MapHooks: Fix compiler error.

This commit is contained in:
zaCade 2019-03-03 12:45:09 +01:00
parent 2dea862ee3
commit ec5dbcb8c2

View File

@ -44,7 +44,7 @@ public void OnConVarChanged(ConVar convar, const char[] oldValue, const char[] n
g_PlayerShotCount = g_CVar_PlayerShotCount.IntValue; 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) if(g_bZRInfectKill && !motherInfect)
{ {