mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2024-11-22 06:08:22 -05:00
fix: world creation
This commit is contained in:
parent
c9471f66c6
commit
7296067e21
@ -236,7 +236,7 @@ namespace Minecraft_Realms_Emulator.Modes.External.Controllers
|
|||||||
world.Subscription = subscription;
|
world.Subscription = subscription;
|
||||||
|
|
||||||
var config = new ConfigHelper(_context);
|
var config = new ConfigHelper(_context);
|
||||||
var defaultServerAddress = config.GetSetting("defaultServerAddress");
|
var defaultServerAddress = config.GetSetting(nameof(SettingsEnum.DefaultServerAddress));
|
||||||
|
|
||||||
var connection = new Connection
|
var connection = new Connection
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user