]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/sv_monsters.qc
Merge branch 'master' into z411/bai-server
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / sv_monsters.qc
index 7f00250fbf781a13a32572c71dc193b6bb483ba6..5a3fa66684c22cb3dea31773c19032ec3cc80cb3 100644 (file)
@@ -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;