X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fcsqcmodel_hooks.qc;h=c4a5b39a6b27c77d0b8829d0658f513195f760b7;hp=ccc5dc35475dcda19612e5d228bad1c508059d94;hb=b406886ef085ef818032e8a0bcafe45b85b8f74d;hpb=6afb0f54f644ea245b899b092db98acf506974f2 diff --git a/qcsrc/client/csqcmodel_hooks.qc b/qcsrc/client/csqcmodel_hooks.qc index ccc5dc354..c4a5b39a6 100644 --- a/qcsrc/client/csqcmodel_hooks.qc +++ b/qcsrc/client/csqcmodel_hooks.qc @@ -218,7 +218,7 @@ void CSQCPlayer_ForceModel_Apply(float islocalplayer) entity tm; for(tm = teams.sort_next; tm; tm = tm.sort_next) - if(tm.team != COLOR_SPECTATOR) + if(tm.team != FL_SPECTATOR) ++teams_count; if(autocvar_cl_forcemyplayercolors)