Just "height" would have made more sense

This commit is contained in:
Jesse Boyd 2016-03-30 05:14:51 +11:00
parent bbe43f782c
commit 6ebfd426c3

View File

@ -49,6 +49,7 @@ abstract class APlotMeConnector {
PS.get().config.set("worlds." + actualWorldName + ".road.block", road);
int height = plotConfig.getInt("worlds." + world + ".RoadHeight"); //
PS.get().config.set("worlds." + actualWorldName + ".road.height", height);
PS.get().config.set("worlds." + actualWorldName + ".plot.height", height);
}
public Location getPlotTopLocAbs(int path, int plot, PlotId plotid) {