[CashManager] Don't block round_end
This commit is contained in:
parent
9ac738d442
commit
514daf6715
@ -261,14 +261,14 @@ public Action ResetTriggerCD(Handle timer)
|
||||
public Action EventHook_RoundEnd(Event hEvent, const char[] sEventName, bool bDontBroadcast)
|
||||
{
|
||||
if(g_cvarCashRoundReset.BoolValue)
|
||||
return Plugin_Handled;
|
||||
return Plugin_Continue;
|
||||
|
||||
g_bAwardHumans = (hEvent.GetInt("winner") == CS_TEAM_CT);
|
||||
g_bAwardZombies = (hEvent.GetInt("winner") == CS_TEAM_T);
|
||||
|
||||
RequestFrame(RequestFrame_Callback3);
|
||||
|
||||
return Plugin_Handled;
|
||||
return Plugin_Continue;
|
||||
}
|
||||
|
||||
public Action EventHook_RoundStart(Event hEvent, const char[] sEventName, bool bDontBroadcast)
|
||||
|
Loading…
Reference in New Issue
Block a user