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:
parent
ec897c3466
commit
7ec8a56427
@ -66,6 +66,7 @@ public Action OnClientDeath(Event hEvent, const char[] sEvent, bool bDontBroadca
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
||||
g_bClientKnifed[client] = false;
|
||||
return Plugin_Continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user