mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Buy
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user