X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fanticheat.qc;h=32742d82d9555e41330fa559acbee64314a1b7f3;hb=e95082e3dbb7cb2b54189dc05fb923c768babad7;hp=370ef844e8263bf7840153ad51d80a654b7f6653;hpb=3a035cb2732af064519135410c5664c2e1b3f501;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/anticheat.qc b/qcsrc/server/anticheat.qc index 370ef844e..32742d82d 100644 --- a/qcsrc/server/anticheat.qc +++ b/qcsrc/server/anticheat.qc @@ -237,8 +237,7 @@ void anticheat_endframe() entity e; FOR_EACH_CLIENT(e) if (e.fixangle) { - SELFCALL(e, anticheat_fixangle()); - SELFCALL_DONE(); + WITH(entity, self, e, anticheat_fixangle()); } anticheat_div0_evade_evasion_delta += frametime * (0.5 + random()); }