]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/mutator/gamemode_deathmatch.qc
Impulse refactor
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / mutator / gamemode_deathmatch.qc
index 5ebd7c6b6e65b477ac711cb21fb1c54dc93adca5..d05bc18bd2125fc0de1eadc9c52c3fbd133af0f2 100644 (file)
@@ -18,7 +18,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;
        }