File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/script/api/script_game.cpp
Show inline comments
 
@@ -39,9 +39,5 @@
 

	
 
/* static */ bool ScriptGame::IsMultiplayer()
 
{
 
#ifdef ENABLE_NETWORK
 
	return _network_server;
 
#else
 
	return false;
 
#endif
 
}