]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/anticheat.qc
Merge branch 'master' into TimePath/unified_weapons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / anticheat.qc
index 370ef844e8263bf7840153ad51d80a654b7f6653..32742d82d9555e41330fa559acbee64314a1b7f3 100644 (file)
@@ -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());
 }