r_lighting and gameplay globals
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user