From 29badd3d871beddc63e143fd084d7e411e1ab818 Mon Sep 17 00:00:00 2001 From: jenz Date: Thu, 18 Jun 2026 16:38:56 +0200 Subject: [PATCH] make afk infectable --- src/zr/infect.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/zr/infect.inc b/src/zr/infect.inc index b78db49..e1b9ac8 100644 --- a/src/zr/infect.inc +++ b/src/zr/infect.inc @@ -235,6 +235,7 @@ InfectClientInit(client) if(!IsClientInGame(x)) continue; + /* #if defined _AFKManager_Included if(g_AFKManagerLoaded) { @@ -242,6 +243,7 @@ InfectClientInit(client) continue; } #endif + */ players++;