]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/ent_cs.qc
Merge branch 'master' into z411/bai-server
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / ent_cs.qc
index 06d9440ad548bcc0334cfd0b7f61f8f472b55079..a87c2764e5d75c850508d5e903d73bb583f0833e 100644 (file)
@@ -172,9 +172,9 @@ ENTCS_PROP(ACTIVEWEPID, false, activewepid, activewepid, ENTCS_SET_NORMAL,
 
 //LegendGuard adds ENTCS_PROP for MMM 20-02-2021
 // gamemode specific player mmm status (independent of score and frags)
-ENTCS_PROP(MMM_STATUS, true, mmm_status, mmm_status, ENTCS_SET_NORMAL,
-       { WriteShort(chan, ent.mmm_status); },
-       { ent.mmm_status = ReadShort(); })
+//ENTCS_PROP(MMM_STATUS, true, mmm_status, mmm_status, ENTCS_SET_NORMAL,
+//     { WriteShort(chan, ent.mmm_status); },
+//     { ent.mmm_status = ReadShort(); })
 
 #ifdef SVQC