mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-11 06:45:49 +00:00
pw
This commit is contained in:
parent
0dc0b29ea7
commit
439a1d440a
29 changed files with 60 additions and 61 deletions
|
@ -51,7 +51,7 @@ public class Delete extends SubCommand {
|
|||
return !sendMessage(plr, C.NO_PLOT_PERMS);
|
||||
}
|
||||
assert plot != null;
|
||||
final PlotWorld pWorld = PlotSquared.getWorldSettings(plot.world);
|
||||
final PlotWorld pWorld = PlotSquared.getPlotWorld(plot.world);
|
||||
if (PlotSquared.useEconomy && pWorld.USE_ECONOMY && (plot != null) && plot.hasOwner() && plot.getOwner().equals(UUIDHandler.getUUID(plr))) {
|
||||
final double c = pWorld.SELL_PRICE;
|
||||
if (c > 0d) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue