zr_maphooks: fix compiling

This commit is contained in:
BotoX 2018-08-21 20:58:39 +02:00
parent b00d9d76d5
commit 3fc587d41e

View File

@ -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)
{