]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/gamemodes/gamemode/deathmatch/sv_deathmatch.qc
Survival, FT and CA: show eliminated players as soon as a player connects
[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 }