SPIGOT-2103: Armor stands are spawnable

This commit is contained in:
md_5 2016-04-08 19:08:25 +10:00
parent a579a159a0
commit a70e44d68b

View file

@ -104,7 +104,7 @@ public enum EntityType {
/**
* Mechanical entity with an inventory for placing weapons / armor into.
*/
ARMOR_STAND("ArmorStand", ArmorStand.class, 30, false),
ARMOR_STAND("ArmorStand", ArmorStand.class, 30),
/**
* @see CommandMinecart
*/