This commit is contained in:
2022-11-10 17:09:37 +02:00
parent 411c341278
commit 36c09efac0
12 changed files with 24 additions and 23 deletions

View File

@@ -52,7 +52,7 @@ namespace Game
if (initialized)
return;
if (Engine.CommandLine.Contains("-server"))
/*if (Engine.CommandLine.Contains("-server"))
{
StartServer();
ServerAddress = "localhost";
@@ -69,7 +69,7 @@ namespace Game
StartServer();
ServerAddress = "localhost";
ConnectServer();
}
}*/
//#endif
initialized = true;