make afk infectable

This commit is contained in:
jenz 2026-06-18 16:38:56 +02:00
parent ca9f7b0d13
commit 29badd3d87

View File

@ -235,6 +235,7 @@ InfectClientInit(client)
if(!IsClientInGame(x)) if(!IsClientInGame(x))
continue; continue;
/*
#if defined _AFKManager_Included #if defined _AFKManager_Included
if(g_AFKManagerLoaded) if(g_AFKManagerLoaded)
{ {
@ -242,6 +243,7 @@ InfectClientInit(client)
continue; continue;
} }
#endif #endif
*/
players++; players++;