From dcea61a03cc03e1945dd352ff15657de1d3c42d7 Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 30 Oct 2008 19:33:54 +0100 Subject: [PATCH] Fixed bug in zr_respawn --- src/zr/commands.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zr/commands.inc b/src/zr/commands.inc index d521b53..23cd62f 100644 --- a/src/zr/commands.inc +++ b/src/zr/commands.inc @@ -76,7 +76,7 @@ public Action:Command_Respawn(client, argc) new team; for (new x = 0; x < tcount; x++) { - team = GetClientTeam(client); + team = GetClientTeam(x); if (team == CS_TEAM_T || team == CS_TEAM_CT) { ZR_DebugPrintToConsole(x, "ZSpawn: Spawned player");