From 8fdd45f567b1a024fa408316f3d0754992fda57c Mon Sep 17 00:00:00 2001 From: ColdSpirit Date: Sun, 1 Oct 2023 20:29:04 +0400 Subject: [PATCH] add semicolon to apply command --- qcsrc/menu/xonotic/dialog_multiplayer_profile.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";" -- 2.39.2