SPIGOT-2103: Armor stands are spawnable

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2016-04-08 19:08:25 +10:00
parent 4bac582c93
commit 51bdeb679c

View File

@@ -104,7 +104,7 @@ public enum EntityType {
/** /**
* Mechanical entity with an inventory for placing weapons / armor into. * 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 * @see CommandMinecart
*/ */