make afk infectable
This commit is contained in:
parent
ca9f7b0d13
commit
29badd3d87
@ -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++;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user