X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Futil.qc;h=44f8751733aab62e96406a890da8cee451966806;hp=76d602dec9bb3849a7976b69d0c537d5504c3073;hb=84de176ec42eeaeaa7f9b415b0f2b67adb1aa708;hpb=aa09855edb4f5a7520f536fc54ce2502e3a398e5 diff --git a/qcsrc/common/util.qc b/qcsrc/common/util.qc index 76d602dec9..44f8751733 100644 --- a/qcsrc/common/util.qc +++ b/qcsrc/common/util.qc @@ -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_KEEPAWAY) return "ka"; return "dm"; }