X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fanticheat.qc;h=48c252def49ee3b9d0451fd321c2272c5dcbaae8;hb=4e21f418ad9e6287efb942c1fa2861a51981110a;hp=9327a203416598b10e37229d7909f3e34f0eb86d;hpb=57659ff7226cfc4411d212a5aa1875effbf7d4e1;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/anticheat.qc b/qcsrc/server/anticheat.qc index 9327a2034..48c252def 100644 --- a/qcsrc/server/anticheat.qc +++ b/qcsrc/server/anticheat.qc @@ -1,13 +1,14 @@ #include "anticheat.qh" -#include "antilag.qh" -#include "autocvars.qh" -#include "defs.qh" -#include "miscfunctions.qh" - -#include "command/common.qh" #include #include +#include +#include +#include +#include +#include +#include +#include .float anticheat_jointime;