This commit is contained in:
Sauilitired 2014-11-09 00:00:48 +01:00
parent ee89e9cb2e
commit e7f9030757
2 changed files with 2 additions and 1 deletions

View File

@ -194,7 +194,7 @@ public class MainCommand implements CommandExecutor, TabCompleter {
help.add(s); help.add(s);
if ((x != start) && (x != (max - 1))) { if ((x != start)) {
help.add(t(C.HELP_ITEM_SEPARATOR.s().replaceAll("%lines", lines))); help.add(t(C.HELP_ITEM_SEPARATOR.s().replaceAll("%lines", lines)));
} }

View File

@ -228,6 +228,7 @@ public class Set extends SubCommand {
sendMessage(plr, C.NAME_LITTLE, "Biome", args[1].length() + "", "2"); sendMessage(plr, C.NAME_LITTLE, "Biome", args[1].length() + "", "2");
return true; return true;
} }
final Biome biome = Biome.valueOf(new StringComparsion(args[1], Biome.values()).getBestMatch()); final Biome biome = Biome.valueOf(new StringComparsion(args[1], Biome.values()).getBestMatch());
/* /*
* for (Biome b : Biome.values()) { * for (Biome b : Biome.values()) {