diff --git a/scripts/vscripts/potato/temp_refund_exploit_fix.nut b/scripts/vscripts/potato/temp_refund_exploit_fix.nut index 5c7a0c8..4673efb 100644 --- a/scripts/vscripts/potato/temp_refund_exploit_fix.nut +++ b/scripts/vscripts/potato/temp_refund_exploit_fix.nut @@ -4,6 +4,9 @@ function OnGameEvent_mvm_begin_wave(_) Convars.SetValue("tf_mvm_respec_enabled", false) + function OnGameEvent_mvm_wave_complete(_) + Convars.SetValue("tf_mvm_respec_enabled", true) + function OnGameEvent_recalculate_holidays(_) { if (GetRoundState() != Constants.ERoundState.GR_STATE_PREROUND) return