Skip to content

Commit

Permalink
Fix: #game_commencing message and restart round on redm_disable c…
Browse files Browse the repository at this point in the history
…ommand (#31)
  • Loading branch information
wopox1337 authored Aug 18, 2023
1 parent a96d989 commit 30c4609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cstrike/addons/amxmodx/scripting/ReDeathmatch.sma
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 30c4609

Please sign in to comment.