From dd2a65bef4505b31767956186568a08df4179322 Mon Sep 17 00:00:00 2001 From: tastybento Date: Sat, 30 Jun 2018 08:25:44 -0700 Subject: [PATCH] Moved some settings. --- src/main/java/us/tastybento/bskyblock/Settings.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/us/tastybento/bskyblock/Settings.java b/src/main/java/us/tastybento/bskyblock/Settings.java index ba9d51773..471399bf4 100644 --- a/src/main/java/us/tastybento/bskyblock/Settings.java +++ b/src/main/java/us/tastybento/bskyblock/Settings.java @@ -165,7 +165,7 @@ public class Settings implements DataObject, WorldSettings { private int islandZOffset; @ConfigComment("Island height - Lowest is 5.") - @ConfigComment("It is the y coordinate of the bedrock block in the schematic") + @ConfigComment("It is the y coordinate of the bedrock block in the schem") @ConfigEntry(path = "world.island-height") private int islandHeight = 100; @@ -428,6 +428,7 @@ public class Settings implements DataObject, WorldSettings { @ConfigEntry(path = "panel.close-on-click-outside") private boolean closePanelOnClickOutside = true; + //---------------------------------------------------------------------------------------/ private String uniqueId = "config"; // Getters and setters