mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Buy
This commit is contained in:
parent
d9c6d04b46
commit
745f9c4858
1 changed files with 1 additions and 3 deletions
|
@ -101,9 +101,7 @@ public class Buy extends SubCommand {
|
|||
}
|
||||
FlagManager.removePlotFlag(plot, "price");
|
||||
}
|
||||
for (Plot current : plots) {
|
||||
plot.setOwner(plr.getUUID());
|
||||
}
|
||||
plot.setOwner(plr.getUUID());
|
||||
MainUtil.sendMessage(plr, C.CLAIMED);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue