13
0
geforkt von Mirrors/Paper

SPIGOT-2103: Armor stands are spawnable

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2016-04-08 19:08:25 +10:00
Ursprung 4bac582c93
Commit 51bdeb679c

Datei anzeigen

@ -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
*/