]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/gamemodes/gamemode/deathmatch/deathmatch.qc
Merge branch 'Lyberta/TeamplayOverhaul' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / deathmatch / deathmatch.qc
1 #include "deathmatch.qh"
2
3 // TODO: sv_deathmatch?
4 #ifdef SVQC
5 MUTATOR_HOOKFUNCTION(dm, Scores_CountFragsRemaining)
6 {
7         // announce remaining frags
8         return true;
9 }
10 #endif