Remove Win64LaunchOptions

This commit is contained in:
GabsPuNs
2026-05-19 00:35:04 -04:00
parent 182e3b0d67
commit 76489fd42c
5 changed files with 43 additions and 130 deletions

View File

@@ -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;