diff --git a/cstrike/addons/amxmodx/scripting/ReDeathmatch.sma b/cstrike/addons/amxmodx/scripting/ReDeathmatch.sma index acd12b5..9eaa686 100644 --- a/cstrike/addons/amxmodx/scripting/ReDeathmatch.sma +++ b/cstrike/addons/amxmodx/scripting/ReDeathmatch.sma @@ -174,6 +174,7 @@ SetActive(const bool: active) { static ApplyState(const bool: active) { if (active) { ReloadConfig() + set_member_game(m_bGameStarted, true) } else { RoundModes_ResetCurrentMode() RestoreAllCvars()