X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fcsqcmodel_hooks.qc;h=c4a5b39a6b27c77d0b8829d0658f513195f760b7;hp=ccc5dc35475dcda19612e5d228bad1c508059d94;hb=52ae1315c1851e595d12ffc13e2407dee0b24e5e;hpb=cd1334b476f8810b3f84bafa13d79c83263324b0 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)