Forgot to git add this file, thanks Moo0

This commit is contained in:
Wizjany 2012-03-18 09:20:08 -04:00
parent f11e2ba6d6
commit 4e081b8028

View File

@ -445,6 +445,8 @@ public class UtilityCommands {
} else if (typeStr.matches("items?")
|| typeStr.matches("drops?")) {
type = EntityType.ITEMS;
} else if (typeStr.matches("falling(blocks?|sand|gravel)")) {
type = EntityType.FALLING_BLOCKS;
} else if (typeStr.matches("paintings?")
|| typeStr.matches("art")) {
type = EntityType.PAINTINGS;