From 16c5b311c5e3c6ef1047bc4224f2395e0fdf9dd5 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 13 Jul 2016 18:38:58 +1000 Subject: [PATCH] Use server side number for team --- qcsrc/client/main.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/main.qc b/qcsrc/client/main.qc index b3ecce0bf..c96b3c8bd 100644 --- a/qcsrc/client/main.qc +++ b/qcsrc/client/main.qc @@ -684,7 +684,7 @@ NET_HANDLE(ENT_CLIENT_SPAWNPOINT, bool is_new) spn_origin.y = ReadCoord(); spn_origin.z = ReadCoord(); - this.team = teamnum; + this.team = (teamnum + 1); //if(is_new) //{ -- 2.39.2