mirror of https://github.com/OpenTTD/OpenTTD
parent
150f05dc15
commit
91ca088065
|
@ -73,6 +73,9 @@
|
||||||
{
|
{
|
||||||
if (Game::instance != nullptr) return;
|
if (Game::instance != nullptr) return;
|
||||||
|
|
||||||
|
/* Don't start GameScripts in intro */
|
||||||
|
if (_game_mode == GM_MENU) return;
|
||||||
|
|
||||||
/* Clients shouldn't start GameScripts */
|
/* Clients shouldn't start GameScripts */
|
||||||
if (_networking && !_network_server) return;
|
if (_networking && !_network_server) return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue