From b7208e9fbc1c656f3d069a698eafd9e95a6d2d28 Mon Sep 17 00:00:00 2001 From: s1lent Date: Wed, 1 Nov 2017 22:50:24 +0700 Subject: [PATCH] Fixes #184 --- regamedll/dlls/multiplay_gamerules.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/regamedll/dlls/multiplay_gamerules.cpp b/regamedll/dlls/multiplay_gamerules.cpp index c3e30b9c0..527447df2 100644 --- a/regamedll/dlls/multiplay_gamerules.cpp +++ b/regamedll/dlls/multiplay_gamerules.cpp @@ -2523,6 +2523,9 @@ bool CHalfLifeMultiplay::CheckGameOver() if (m_flIntermissionEndTime < gpGlobals->time && !IsCareer()) { if (!UTIL_HumansInGame() // if only bots, just change immediately +#ifdef REGAMEDLL_FIXES + || IsMultiplayer() +#endif || m_iEndIntermissionButtonHit // check that someone has pressed a key, or the max intermission time is over || ((m_flIntermissionStartTime + MAX_INTERMISSION_TIME) < gpGlobals->time)) {