Skip to content

Commit 7268299

Browse files
committed
Fixing Config Entries Are Set Incorrectly
1 parent 342ccdc commit 7268299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multiworld-api/multiworld-api-bukkit/src/main/java/com/dev7ex/multiworld/api/bukkit/MultiWorldBukkitApiConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public enum Entry {
4545
SETTINGS_DEFAULTS_SPAWN_ANIMALS("settings.defaults.spawn-animals", true, false),
4646
SETTINGS_DEFAULTS_SPAWN_MONSTERS("settings.defaults.spawn-monsters", true, false),
4747
SETTINGS_DEFAULTS_END_PORTAL_ACCESSIBLE("settings.defaults.end-portal-accessible", true, false),
48-
SETTINGS_DEFAULTS_NETHER_PORTAL_ACCESSIBLE("defaults.nether-portal-accessible", true, false),
48+
SETTINGS_DEFAULTS_NETHER_PORTAL_ACCESSIBLE("settings.defaults.nether-portal-accessible", true, false),
4949
SETTINGS_DEFAULTS_WHITELIST_ENABLED("settings.defaults.whitelist-enabled", false, false),
5050

5151
MESSAGES_GENERAL_UPDATE_MESSAGE_PLAYER("messages.general.update-message-player", "%prefix% §7There is a new update available. §8[§bhttps://www.spigotmc.org/resources/multiworld.92559§8]", false),

0 commit comments

Comments
 (0)