]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/mutator/gamemode_deathmatch.qc
Merge branch 'master' into terencehill/hud_fixes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / mutator / gamemode_deathmatch.qc
index 5ebd7c6b6e65b477ac711cb21fb1c54dc93adca5..866370351377f1dda2c9ac12fa447b8a3ed8f4db 100644 (file)
@@ -1,3 +1,4 @@
+#include "gamemode_deathmatch.qh"
 #ifndef GAMEMODE_DEATHMATCH_H
 #define GAMEMODE_DEATHMATCH_H
 
@@ -18,7 +19,7 @@ REGISTER_MUTATOR(dm, false)
 
        MUTATOR_ONREMOVE
        {
-               print("This is a game type and it cannot be removed at runtime.");
+               error("This is a game type and it cannot be removed at runtime.");
                return -1;
        }