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