This commit is contained in:
boy0001 2015-02-20 19:55:04 +11:00
parent 0dc0b29ea7
commit 439a1d440a
29 changed files with 60 additions and 61 deletions

View file

@ -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;