mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-26 14:45:38 +03:00
Fixed flag 'k' mp_round_infinite (Fixes #614)
This commit is contained in:
parent
9a19e6408c
commit
f2ef23db61
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user