KR: fix possible exploit
This commit is contained in:
parent
1970e61b53
commit
77d395e51d
@ -97,7 +97,7 @@ public void OnPlayerHurt(Handle hEvent, const char[] name, bool dontBroadcast)
|
||||
g_iClientIndexKnifedZombie = victim;
|
||||
g_bKnife = true;
|
||||
|
||||
KnifeRevertTimer = CreateTimer(g_fMaxTime, OnClientKnife, _, TIMER_FLAG_NO_MAPCHANGE);
|
||||
KnifeRevertTimer = CreateTimer(g_fMaxTime, OnClientKnife);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user