Fixed flag 'k' mp_round_infinite (Fixes #614)

This commit is contained in:
s1lentq 2021-04-16 00:15:21 +07:00
parent 9a19e6408c
commit f2ef23db61

View File

@ -2999,7 +2999,7 @@ void CHalfLifeMultiplay::CheckRoundTimeExpired()
if (!OnRoundEnd_Intercept(WINSTATUS_CTS, ROUND_TARGET_SAVED, GetRoundRestartDelay()))
return;
}
else if (!(scenarioFlags & SCENARIO_BLOCK_HOSTAGE_RESCUE) && UTIL_FindEntityByClassname(nullptr, "hostage_entity"))
else if (!(scenarioFlags & SCENARIO_BLOCK_HOSTAGE_RESCUE_TIME) && UTIL_FindEntityByClassname(nullptr, "hostage_entity"))
{
if (!OnRoundEnd_Intercept(WINSTATUS_TERRORISTS, ROUND_HOSTAGE_NOT_RESCUED, GetRoundRestartDelay()))
return;