From: Mario Date: Fri, 14 Oct 2016 16:39:58 +0000 (+1000) Subject: Ignore CA spectators X-Git-Tag: xonotic-v0.8.2~512 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=583ab34e1a0a9c122327b6c62a5c3003624655d4;p=xonotic%2Fxonotic-data.pk3dir.git Ignore CA spectators --- 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;