]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
add semicolon to apply command ColdSpirit/profileapplyfix 958/head
authorColdSpirit <coldspiritvolf@gmail.com>
Sun, 1 Oct 2023 16:29:04 +0000 (20:29 +0400)
committerColdSpirit <coldspiritvolf@gmail.com>
Sun, 1 Oct 2023 16:29:04 +0000 (20:29 +0400)
qcsrc/menu/xonotic/dialog_multiplayer_profile.qc

index e885ee0b0de1e42b1213d463c3bd851ff8391281..f15969a1d9ec39b4b8e39843fd41579048e6c80e 100644 (file)
@@ -92,7 +92,7 @@ void XonoticProfileTab_fill(entity me)
        entity e, label;
        float i;
        me.applyButton = makeXonoticCommandButton(_("Apply immediately"), '0 0 0',
-               "_cl_color \"$"MENU_CVAR_COLOR"\""
+               "_cl_color \"$"MENU_CVAR_COLOR"\";"
                "color -1 -1;" // apply colors contained in _cl_color
                "name \"$"MENU_CVAR_NAME"\";"
                "playermodel $"MENU_CVAR_MODEL";"