mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-01-09 08:28:30 +00:00
Just "height" would have made more sense
This commit is contained in:
parent
bbe43f782c
commit
6ebfd426c3
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue