diff --git a/Minecraft-Realms-Emulator/Modes/External/WorldsController.cs b/Minecraft-Realms-Emulator/Modes/External/WorldsController.cs index 4085f0d..269ac5d 100644 --- a/Minecraft-Realms-Emulator/Modes/External/WorldsController.cs +++ b/Minecraft-Realms-Emulator/Modes/External/WorldsController.cs @@ -236,7 +236,7 @@ namespace Minecraft_Realms_Emulator.Modes.External.Controllers world.Subscription = subscription; var config = new ConfigHelper(_context); - var defaultServerAddress = config.GetSetting("defaultServerAddress"); + var defaultServerAddress = config.GetSetting(nameof(SettingsEnum.DefaultServerAddress)); var connection = new Connection {