Release v1.1.1

This commit is contained in:
yuanyuanxiang
2025-06-21 14:27:21 +08:00
parent 0f7b68496b
commit 0cce6e7a14
21 changed files with 4690 additions and 4631 deletions

View File

@@ -382,7 +382,7 @@ BOOL Run(const char* argv1, int argv2) {
port = argv2;
}
else {
GetPrivateProfileStringA("settings", "localIp", g_ConnectAddress.ServerIP(), ip, _MAX_PATH, path);
GetPrivateProfileStringA("settings", "master", g_ConnectAddress.ServerIP(), ip, _MAX_PATH, path);
port = GetPrivateProfileIntA("settings", "ghost", g_ConnectAddress.ServerPort(), path);
}
Mprintf("[server] %s:%d\n", ip, port);