Checkstyle issues

This commit is contained in:
Bagietka 2023-09-09 09:33:04 +02:00
parent ed3e52c804
commit 3cee02bcb9
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ public class SpectateLoginService {
return armorStands.containsKey(player);
}
/**
* Spawns stand to given location
*/
protected ArmorStand spawnStand(Location loc) {
double pitch = service.getProperty(RestrictionSettings.SPECTATE_HEAD_PITCH);
double yaw = service.getProperty(RestrictionSettings.SPECTATE_HEAD_YAW);