mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Fix :D
This commit is contained in:
parent
ee89e9cb2e
commit
e7f9030757
@ -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)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user