KR: fix possible exploit
This commit is contained in:
parent
09779a00de
commit
9eb7ced18c
@ -97,7 +97,7 @@ public void OnPlayerHurt(Handle hEvent, const char[] name, bool dontBroadcast)
|
|||||||
g_iClientIndexKnifedZombie = victim;
|
g_iClientIndexKnifedZombie = victim;
|
||||||
g_bKnife = true;
|
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