Update to 1.10.0-beta1
This commit is contained in:
@@ -39,9 +39,5 @@
|
||||
|
||||
/* static */ bool ScriptGame::IsMultiplayer()
|
||||
{
|
||||
#ifdef ENABLE_NETWORK
|
||||
return _network_server;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user