mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Just "height" would have made more sense
This commit is contained in:
parent
bbe43f782c
commit
6ebfd426c3
@ -49,6 +49,7 @@ abstract class APlotMeConnector {
|
|||||||
PS.get().config.set("worlds." + actualWorldName + ".road.block", road);
|
PS.get().config.set("worlds." + actualWorldName + ".road.block", road);
|
||||||
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Location getPlotTopLocAbs(int path, int plot, PlotId plotid) {
|
public Location getPlotTopLocAbs(int path, int plot, PlotId plotid) {
|
||||||
|
Loading…
Reference in New Issue
Block a user