From: ColdSpirit Date: Sun, 1 Oct 2023 16:29:04 +0000 (+0400) Subject: add semicolon to apply command X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8fdd45f567b1a024fa408316f3d0754992fda57c;p=xonotic%2Fxonotic-data.pk3dir.git add semicolon to apply command --- diff --git a/qcsrc/menu/xonotic/dialog_multiplayer_profile.qc b/qcsrc/menu/xonotic/dialog_multiplayer_profile.qc index e885ee0b0..f15969a1d 100644 --- a/qcsrc/menu/xonotic/dialog_multiplayer_profile.qc +++ b/qcsrc/menu/xonotic/dialog_multiplayer_profile.qc @@ -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";"