X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fstatslist.qc;h=4a6e03f28e91c44314817782c3f0a20f5aa5576c;hb=21307f327df5609b82d90496c1c6156d636d1c8d;hp=db42177fbcc07380d5c702b0f1660b7d5a063c7e;hpb=8d10ea819c27736320d03e75134af341f8127199;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/statslist.qc b/qcsrc/menu/xonotic/statslist.qc index db42177fb..4a6e03f28 100644 --- a/qcsrc/menu/xonotic/statslist.qc +++ b/qcsrc/menu/xonotic/statslist.qc @@ -1,4 +1,3 @@ -#include "../../common/counting.qh" #include "../../common/playerstats.qh" #ifndef STATSLIST_H @@ -82,7 +81,7 @@ string XonoticStatsList_convertDate(string input) void XonoticStatsList_getStats(entity me) { - dprint("XonoticStatsList_getStats() at time: ", ftos(time), "\n"); + LOG_TRACE("XonoticStatsList_getStats() at time: ", ftos(time), "\n"); // delete the old buffer if it exists if(me.listStats >= 0) buf_del(me.listStats);