mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-13 10:54:43 +02:00
Forgot wall height
This commit is contained in:
@ -50,6 +50,7 @@ abstract class APlotMeConnector {
|
|||||||
int height = plotConfig.getInt("worlds." + world + ".RoadHeight"); //
|
int height = plotConfig.getInt("worlds." + world + ".RoadHeight"); //
|
||||||
PS.get().config.set("worlds." + actualWorldName + ".road.height", height);
|
PS.get().config.set("worlds." + actualWorldName + ".road.height", height);
|
||||||
PS.get().config.set("worlds." + actualWorldName + ".plot.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) {
|
public Location getPlotTopLocAbs(int path, int plot, PlotId plotid) {
|
||||||
|
Reference in New Issue
Block a user