]> 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 1635b5cb0d235c6eeb84dac673c18d98e9421e96..a0f20195086383b611cf1072c060c06fda4aee4b 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;
 }
 
 void monster_dropitem(entity this, entity attacker)