KnifeMadness: need to reset bool on death too

or ppl will lose points for going to spec after the death
This commit is contained in:
Dogan 2019-11-08 16:21:10 +01:00
parent cbf181a039
commit 128a0e355d

View File

@ -66,6 +66,7 @@ public Action OnClientDeath(Event hEvent, const char[] sEvent, bool bDontBroadca
return Plugin_Handled;
}
g_bClientKnifed[client] = false;
return Plugin_Continue;
}