Jungle -> SMALL_JUNGLE handling

This commit is contained in:
vemacs 2015-06-03 08:08:28 -06:00
parent 0c8695a888
commit 5051f3c4d7

View File

@ -25,6 +25,9 @@ public class Commandtree extends EssentialsCommand {
break;
}
}
if (args[0].equalsIgnoreCase("jungle")) {
tree = TreeType.SMALL_JUNGLE;
}
if (tree == null) {
throw new NotEnoughArgumentsException();
}