mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-26 20:54:35 +00:00
Remove Win64LaunchOptions
This commit is contained in:
@@ -393,7 +393,6 @@ int main(int argc, char **argv)
|
||||
MultiByteToWideChar(CP_ACP, 0, g_Win64Username, -1, g_Win64UsernameW, 17);
|
||||
|
||||
g_Win64MultiplayerHost = true;
|
||||
g_Win64MultiplayerJoin = false;
|
||||
g_Win64MultiplayerPort = config.port;
|
||||
strncpy_s(g_Win64MultiplayerIP, sizeof(g_Win64MultiplayerIP), config.bindIP, _TRUNCATE);
|
||||
g_Win64DedicatedServer = true;
|
||||
|
||||
Reference in New Issue
Block a user