From d65a0c16279ca46e0ecbceb8b6c7b50441c13e08 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Tue, 14 May 2013 21:47:09 -0400 Subject: [PATCH] "teamplay" is not set yet, just check the serverflag directly --- 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 06d8c5128..03affc67c 100644 --- a/qcsrc/client/Main.qc +++ b/qcsrc/client/Main.qc @@ -727,7 +727,7 @@ void Ent_ReadSpawnPoint(float is_new) // entity for spawnpoint }*/ if(autocvar_cl_spawn_point_particles) { - if(teamplay) + if((serverflags & SERVERFLAG_TEAMPLAY)) { switch(teamnum) { -- 2.39.2