fix: world creation

This commit is contained in:
CyberL1 2024-05-24 07:03:15 +02:00
parent c9471f66c6
commit 7296067e21

View File

@ -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
{