MapHooks: Fix compiler error.
This commit is contained in:
parent
2dea862ee3
commit
ec5dbcb8c2
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user