This commit is contained in:
Jesse Boyd 2016-03-29 19:52:57 +11:00
parent d9c6d04b46
commit 745f9c4858

View File

@ -101,9 +101,7 @@ public class Buy extends SubCommand {
}
FlagManager.removePlotFlag(plot, "price");
}
for (Plot current : plots) {
plot.setOwner(plr.getUUID());
}
MainUtil.sendMessage(plr, C.CLAIMED);
return true;
}