]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/mapvoting.qc
Store the current gametype as a shortname rather than registry ID, fixes some issues...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / mapvoting.qc
index c025bdd4651229ed39d182281ca9f4542b31fb59..2129b7802735149564d8891117e29ed61db9ce4e 100644 (file)
@@ -636,7 +636,7 @@ void GameTypeVote_ReadOption(int i)
        }
        else
        {
-               Gametype type = MapInfo_Type_FromString(gt);
+               Gametype type = MapInfo_Type_FromString(gt, false);
                mv_pk3[i] = strzone(MapInfo_Type_ToText(type));
                mv_desc[i] = MapInfo_Type_Description(type);
        }