Forgot wall height

This commit is contained in:
Jesse Boyd 2016-03-30 13:26:23 +11:00
parent 1e93398fd8
commit dca2696782

View File

@ -50,6 +50,7 @@ abstract class APlotMeConnector {
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);
PS.get().config.set("worlds." + actualWorldName + ".wall.height", height);
}
public Location getPlotTopLocAbs(int path, int plot, PlotId plotid) {