diff options
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r-- | src/openttd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp index db2bb3bdb..189010aad 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -1453,6 +1453,8 @@ void GameLoop() /* Check for UDP stuff */ if (_network_available) NetworkBackgroundLoop(); + DebugSendRemoteMessages(); + if (_networking && !HasModalProgress()) { /* Multiplayer */ NetworkGameLoop(); |