This commit is contained in:
boy0001 2015-02-21 18:30:55 +11:00
parent e3f7db4906
commit 83f7aa544d
57 changed files with 59 additions and 58 deletions

View file

@ -39,7 +39,7 @@ public class Delete extends SubCommand {
}
@Override
public boolean execute(final Player plr, final String... args) {
public boolean execute(final PlotPlayer plr, final String... args) {
if (!BukkitPlayerFunctions.isInPlot(plr)) {
return !sendMessage(plr, C.NOT_IN_PLOT);
}