]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
More stuff.
authorRudolf Polzer <divverent@xonotic.org>
Fri, 6 Jun 2014 15:00:58 +0000 (17:00 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 6 Jun 2014 15:00:58 +0000 (17:00 +0200)
qcsrc/server/anticheat.qc

index 6207f549bbc45c94c7288f96a967eb9df3b579dd..958504be04ab07c22bc65eec41f065f2282a47a7 100644 (file)
@@ -237,7 +237,7 @@ void anticheat_report()
                return;
        // TODO(divVerent): Use xonstat to acquire good thresholds.
        GameLogEcho(strcat(":anticheat:_time:", ftos(self.playerid), ":", ftos(servertime - self.anticheat_jointime)));
-       GameLogEcho(strcat(":anticheat:speedhack:", ftos(self.playerid), ":", anticheat_display(MEAN_EVALUATE(anticheat_speedhack), 240, 0.25, 0.4)));
+       GameLogEcho(strcat(":anticheat:speedhack:", ftos(self.playerid), ":", anticheat_display(MEAN_EVALUATE(anticheat_speedhack), 240, 0, 9999))); // Actually this one seems broken.
        GameLogEcho(strcat(":anticheat:speedhack_m1:", ftos(self.playerid), ":", anticheat_display(MEAN_EVALUATE(anticheat_speedhack_m1), 240, 1.01, 1.25)));
        GameLogEcho(strcat(":anticheat:speedhack_m2:", ftos(self.playerid), ":", anticheat_display(MEAN_EVALUATE(anticheat_speedhack_m2), 240, 1.01, 1.25)));
        GameLogEcho(strcat(":anticheat:speedhack_m3:", ftos(self.playerid), ":", anticheat_display(MEAN_EVALUATE(anticheat_speedhack_m3), 240, 1.01, 1.25)));