fixies
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user