fixed infect and human command

This commit is contained in:
jenz 2024-01-31 21:05:50 +01:00
parent b7a629ebba
commit ba5136f34c

View File

@ -444,9 +444,11 @@ public void findTarget(int client, int state)
{
PrintToChat(client, "Humanized: %N", targets[0]);
SelectWavebasedHuman(targets[0]);
g_iClientRespawnCount[client] = g_iClientRespawnCountNum;
}
else
{
g_iClientRespawnCount[client] = 0;
PrintToChat(client, "Infected: %N", targets[0]);
SelectWaveBasedZM(targets[0], 1);
}