Fix height

This commit is contained in:
LCastr0 2017-04-28 22:04:00 -03:00
parent 0a1a5eae7a
commit 25adf3fa33

View File

@ -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);