that was probably a mistake

This commit is contained in:
jenz 2024-12-31 12:38:29 +01:00
parent 105dafe3ce
commit 9524a6550a

View File

@ -1637,7 +1637,7 @@ public Action SelectWavebasedHuman(int client)
CreateTimer(1.0, Timer_delayedRespawn, GetClientUserId(client));
return Plugin_Continue;
}
if (!IsPlayerAlive(client) && CS_TEAM_CT) //this should help if you spawn late into a round so that you actually respawn
if (!IsPlayerAlive(client) && (GetClientTeam(client)) == CS_TEAM_CT) //this should help if you spawn late into a round so that you actually respawn
{
CreateTimer(1.0, Timer_delayedRespawn, GetClientUserId(client));
return Plugin_Continue;