This commit is contained in:
boy0001 2015-02-21 22:24:46 +11:00
parent 83f7aa544d
commit cf1ebdb6c8
48 changed files with 422 additions and 422 deletions

View file

@ -68,7 +68,7 @@ public class Info extends SubCommand {
plot = BukkitPlayerFunctions.getCurrentPlot(player);
} else {
if (args.length < 2) {
BukkitPlayerFunctions.sendMessage(null, C.INFO_SYNTAX_CONSOLE);
MainUtil.sendMessage(null, C.INFO_SYNTAX_CONSOLE);
return false;
}
final PlotWorld plotworld = PlotSquared.getPlotWorld(args[0]);