r_lighting and gameplay globals

This commit is contained in:
2022-05-22 21:28:37 +03:00
parent 99aa9ab6f8
commit 42f4840b09
6 changed files with 69 additions and 17 deletions

View File

@@ -63,14 +63,14 @@ namespace Game
ServerAddress = "localhost";
ConnectServer();
}
#if FLAX_EDITOR
//#if FLAX_EDITOR
else
{
StartServer();
ServerAddress = "localhost";
ConnectServer();
}
#endif
//#endif
initialized = true;
#if FLAX_EDITOR