From 583ab34e1a0a9c122327b6c62a5c3003624655d4 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 15 Oct 2016 02:39:58 +1000 Subject: [PATCH] Ignore CA spectators --- qcsrc/common/ent_cs.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/ent_cs.qc b/qcsrc/common/ent_cs.qc index a89e84a03..7aad78472 100644 --- a/qcsrc/common/ent_cs.qc +++ b/qcsrc/common/ent_cs.qc @@ -75,7 +75,7 @@ MACRO_END do { if (radar_showennemies) break; if (SAME_TEAM(to, player)) break; - if (!(IS_PLAYER(to) || to.caplayer) && time > game_starttime) break; + if (!IS_PLAYER(to) && time > game_starttime) break; sf &= ENTCS_PUBLICMASK; // no private updates } while (0); sf |= this.m_forceupdate; -- 2.39.2