allowing fakeclients and autismbots to be mother zombie again for the second or third time now

This commit is contained in:
2024-09-27 13:14:27 +02:00
parent d9987c554d
commit e9d9175282
2 changed files with 6 additions and 2 deletions
+2
View File
@@ -115,6 +115,7 @@ public int Native_IsAutismBot(Handle hPlugin, int numParams)
return g_bIsAutismBot[client];
}
/*
public Action ZR_OnClientMotherZombieEligible(int client)
{
if (g_bIsAutismBot[client])
@@ -122,3 +123,4 @@ public Action ZR_OnClientMotherZombieEligible(int client)
return Plugin_Continue;
}
*/