]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qc
Merge branch 'samual/keepaway' into fruitiex/freezetag_vs_keepaway
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qc
index 76d602dec9bb3849a7976b69d0c537d5504c3073..44f8751733aab62e96406a890da8cee451966806 100644 (file)
@@ -400,6 +400,7 @@ string GametypeNameFromType(float g)
        else if (g == GAME_NEXBALL) return "nexball";
        else if (g == GAME_CTS) return "cts";
        else if (g == GAME_FREEZETAG) return "freezetag";
        else if (g == GAME_NEXBALL) return "nexball";
        else if (g == GAME_CTS) return "cts";
        else if (g == GAME_FREEZETAG) return "freezetag";
+       else if (g == GAME_KEEPAWAY) return "ka";
        return "dm";
 }
 
        return "dm";
 }