X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmonsters%2Fsv_monsters.qc;h=5a3fa66684c22cb3dea31773c19032ec3cc80cb3;hb=6491b766d925a1088212e86cf4767d4be7bf6a4f;hp=7f00250fbf781a13a32572c71dc193b6bb483ba6;hpb=623d1fa05b286a0f6ef97e9b61908b3cccb2b9c1;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/monsters/sv_monsters.qc b/qcsrc/common/monsters/sv_monsters.qc index 7f00250fb..5a3fa6668 100644 --- a/qcsrc/common/monsters/sv_monsters.qc +++ b/qcsrc/common/monsters/sv_monsters.qc @@ -32,8 +32,8 @@ void monsters_setstatus(entity this) { - STAT(MONSTERS_TOTAL, this) = monsters_total; - STAT(MONSTERS_KILLED, this) = monsters_killed; + //STAT(MONSTERS_TOTAL, this) = monsters_total; + //STAT(MONSTERS_KILLED, this) = monsters_killed; } bool autocvar_g_monsters_drop = true;