]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/gamemodes/gamemode/deathmatch/sv_deathmatch.qh
Merge branch 'master' into Mario/stats_eloranking
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / deathmatch / sv_deathmatch.qh
1 #pragma once
2
3 #include <common/mutators/base.qh>
4 REGISTER_MUTATOR(dm, false)
5 {
6     MUTATOR_STATIC();
7         return 0;
8 }