Update SpectateLoginService.java

This commit is contained in:
Bagietas 2023-09-09 09:40:36 +02:00 committed by GitHub
parent 6196f0708e
commit b76ac81fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -87,6 +87,9 @@ public class SpectateLoginService {
/**
* Spawns stand to given location
*
* @param loc spawn location
* @return spawned armorStand
*/
protected ArmorStand spawnStand(Location loc) {
double pitch = service.getProperty(RestrictionSettings.SPECTATE_HEAD_PITCH);