]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/deathmatch/deathmatch.qc
Replace team-coloured CTF flag textures with a single neutral texture, add support...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / deathmatch / deathmatch.qc
index 5cd7ca1f5258d9d8b2d1a034f9b5640af4938c51..fd1e1e10e784c57326e1e06ce70c57e61dde3821 100644 (file)
@@ -1,10 +1 @@
 #include "deathmatch.qh"
-
-// TODO: sv_deathmatch?
-#ifdef SVQC
-MUTATOR_HOOKFUNCTION(dm, Scores_CountFragsRemaining)
-{
-       // announce remaining frags
-       return true;
-}
-#endif