]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/mapvoting.qc
Replace "arena" with "ca" when parsing Q3 .arena and .defi files
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / mapvoting.qc
index a38bb76cfc5b4bd4300bbcd5a3405f5f765e5c30..76c1e75fcceaeeffbc421893db42d0b2668b65e3 100644 (file)
@@ -637,7 +637,7 @@ void GameTypeVote_ReadOption(int i)
        }
        else
        {
-               Gametype type = MapInfo_Type_FromString(gt, false);
+               Gametype type = MapInfo_Type_FromString(gt, false, false);
                mv_pk3[i] = strzone(MapInfo_Type_ToText(type));
                mv_desc[i] = MapInfo_Type_Description(type);
        }