mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Fix world.min_height setting
This commit is contained in:
parent
b5ef5df20d
commit
f8ab36b67c
@ -238,7 +238,7 @@ public abstract class PlotArea {
|
||||
this.PLOT_CHAT = config.getBoolean("chat.enabled");
|
||||
this.WORLD_BORDER = config.getBoolean("world.border");
|
||||
this.MAX_BUILD_HEIGHT = config.getInt("world.max_height");
|
||||
this.MIN_BUILD_HEIGHT = config.getInt("min.max_height");
|
||||
this.MIN_BUILD_HEIGHT = config.getInt("world.min_height");
|
||||
|
||||
switch (config.getString("world.gamemode").toLowerCase()) {
|
||||
case "survival":
|
||||
|
Loading…
Reference in New Issue
Block a user