mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-08 21:43:11 +00:00
pw
This commit is contained in:
parent
0dc0b29ea7
commit
439a1d440a
29 changed files with 60 additions and 61 deletions
|
@ -142,7 +142,7 @@ public class Merge extends SubCommand {
|
|||
return false;
|
||||
}
|
||||
}
|
||||
final PlotWorld plotWorld = PlotSquared.getWorldSettings(world);
|
||||
final PlotWorld plotWorld = PlotSquared.getPlotWorld(world);
|
||||
if (PlotSquared.useEconomy && plotWorld.USE_ECONOMY) {
|
||||
double cost = plotWorld.MERGE_PRICE;
|
||||
cost = plots.size() * cost;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue