From 3fc587d41e97a5e0ab5404488f45696f7e2b6307 Mon Sep 17 00:00:00 2001 From: BotoX Date: Tue, 21 Aug 2018 20:58:39 +0200 Subject: [PATCH] zr_maphooks: fix compiling --- zr_maphooks/scripting/zr_maphooks.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zr_maphooks/scripting/zr_maphooks.sp b/zr_maphooks/scripting/zr_maphooks.sp index 47c25625..7b2b3028 100644 --- a/zr_maphooks/scripting/zr_maphooks.sp +++ b/zr_maphooks/scripting/zr_maphooks.sp @@ -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) {