Fix height
This commit is contained in:
parent
0a1a5eae7a
commit
25adf3fa33
@ -261,7 +261,7 @@ public class CastleManager extends MiniPlugin
|
||||
if (!isThrone)
|
||||
return;
|
||||
|
||||
Location arrowLoc = _throneLocations[0].clone().add(0.5, -1.5, 0.5);
|
||||
Location arrowLoc = _throneLocations[0].clone().add(0.5, -1, 0.5);
|
||||
ArmorStand armorStand = arrowLoc.getWorld().spawn(arrowLoc, ArmorStand.class);
|
||||
armorStand.setGravity(false);
|
||||
armorStand.setVisible(false);
|
||||
|
Loading…
Reference in New Issue
Block a user