zr_maphooks: fix compiling
This commit is contained in:
parent
b00d9d76d5
commit
3fc587d41e
@ -44,7 +44,7 @@ public void OnConVarChanged(ConVar convar, const char[] oldValue, const char[] n
|
||||
g_PlayerShotCount = g_CVar_PlayerShotCount.IntValue;
|
||||
}
|
||||
|
||||
public int ZR_OnClientInfected(int client, int attacker, bool motherInfect, bool respawnOverride, bool respawn)
|
||||
public void ZR_OnClientInfected(int client, int attacker, bool motherInfect, bool respawnOverride, bool respawn)
|
||||
{
|
||||
if(g_bZRInfectKill && !motherInfect)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user