mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2025-06-28 08:09:42 -04:00
fix: world creation
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user