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