]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qc
fix starting the gametype
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qc
index 42be955f0c48d0b851c56077442b4c3cfecb9f59..2618d09fd69bca0bf4cea60ddf05918a8c5ccd3f 100644 (file)
@@ -439,6 +439,7 @@ string GametypeNameFromType(float g)
        else if (g == GAME_RACE) return "rc";
        else if (g == GAME_NEXBALL) return "nexball";
        else if (g == GAME_CTS) return "cts";
        else if (g == GAME_RACE) return "rc";
        else if (g == GAME_NEXBALL) return "nexball";
        else if (g == GAME_CTS) return "cts";
+       else if (g == GAME_FREEZETAG) return "freezetag";
        return "dm";
 }
 
        return "dm";
 }