forked from UNLOZE/sm-plugins
KR: fix possible exploit
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user