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