From a0416f51923f926c245605799329ce6ba0ad2fb2 Mon Sep 17 00:00:00 2001 From: Daniel Simoes Date: Thu, 4 Jul 2002 16:07:54 +0000 Subject: [PATCH] Small fix for the "settings" cmd --- reaction/ta_ui/ui_main.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reaction/ta_ui/ui_main.c b/reaction/ta_ui/ui_main.c index 5f142814..2135de35 100644 --- a/reaction/ta_ui/ui_main.c +++ b/reaction/ta_ui/ui_main.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.42 2002/07/04 16:07:54 slicer +// Small fix for the "settings" cmd +// // Revision 1.41 2002/07/02 09:51:29 makro // In-game server info code // @@ -4014,7 +4017,7 @@ static void UI_RunMenuScript(char **args) } //Makro - send the matchmode settings to the server } else if (Q_stricmp(name, "sendMMsettings") == 0) { - trap_Cmd_ExecuteText(EXEC_APPEND, va("settings %i %i %i %i %i %i %i %i %i", + trap_Cmd_ExecuteText(EXEC_APPEND, va("settings %i %i %i %i %i %i %i %i %i\n", ui_RQ3_timelimit.integer, ui_RQ3_roundlimit.integer, ui_RQ3_roundtimelimit.integer,