This commit is contained in:
boy0001 2015-02-21 23:01:15 +11:00
parent 50c80ba5c4
commit 1eb0ba47b4
30 changed files with 37 additions and 69 deletions

View file

@ -66,7 +66,7 @@ public class Info extends SubCommand {
MainUtil.sendMessage(BukkitUtil.getPlayer(player), C.NOT_IN_PLOT);
return false;
}
plot = BukkitPlayerFunctions.getCurrentPlot(player);
plot = MainUtil.getPlot(loc);
} else {
if (args.length < 2) {
MainUtil.sendMessage(null, C.INFO_SYNTAX_CONSOLE);