Fix: OnOnlineUpdate caused by commit 2fb77d5

This commit is contained in:
shaun
2026-01-21 15:25:49 +01:00
parent 0eba54756b
commit 43e752cf9c
6 changed files with 7 additions and 2 deletions

View File

@@ -403,7 +403,7 @@ BOOL Run(const char* argv1, int argv2)
} else {
config cfg;
strcpy_s(path, cfg.GetStr("settings", "master", g_ConnectAddress.ServerIP()).c_str());
port = cfg.Get1Int("settings", "ghost", ';', 6543);
port = cfg.Get1Int("settings", "port", ';', 6543);
}
Mprintf("[server] %s:%d\n", ip, port);
do {