]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/teamplay.qc
Add a mutator file for deathmatch and add a hook for counting the remaining frags...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / teamplay.qc
index f75df5e38a6a6fe3daa1e53c2a964402292f07eb..26bcb246d61790126b1c7cc6470f40b83a216456 100644 (file)
@@ -84,6 +84,7 @@ void InitGameplayMode()
 
        if(g_dm)
        {
+               MUTATOR_ADD(gamemode_deathmatch);
        }
 
        if(g_tdm)