]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/gamemodes/gamemode/deathmatch/sv_deathmatch.qc
Merge branch 'master' into Mario/stats_eloranking
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / deathmatch / sv_deathmatch.qc
1 #include "sv_deathmatch.qh"
2
3 MUTATOR_HOOKFUNCTION(dm, Scores_CountFragsRemaining)
4 {
5         // announce remaining frags
6         return true;
7 }