fixed suicide on ze 2

This commit is contained in:
christian 2021-12-10 16:55:22 +01:00
parent e84d9a8c46
commit 42e5927d6a

View File

@ -671,7 +671,7 @@ public Action recursive_pressing(Handle timer, any data)
for (int client = 1; client <= MaxClients; client++)
{
if (!IsValidClient(client)) continue;
if (is_bot_player(client) && GetClientTeam(client) == 3 && is_host_ze)
if (is_bot_player(client) && GetClientTeam(client) == 3)
{
ForcePlayerSuicide(client);
}