mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-23 15:53:10 +08:00
Fix: OnOnlineUpdate caused by commit 2fb77d5
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user