From 74e909d17f652ee09c0c3a4818ab991d11f067b5 Mon Sep 17 00:00:00 2001 From: smallmodel <15067410+smallmodel@users.noreply.github.com> Date: Sat, 15 Mar 2025 19:48:17 +0100 Subject: [PATCH] Add echo --- code/cgame/cg_servercmds.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/cgame/cg_servercmds.c b/code/cgame/cg_servercmds.c index afbd626c..f946fc61 100644 --- a/code/cgame/cg_servercmds.c +++ b/code/cgame/cg_servercmds.c @@ -493,6 +493,7 @@ static const char *whiteListedCommands[] = { "globalwidgetcommand", // used for mods adding custom HUDs "ui_addhud", "ui_removehud", + "echo", // to print stuff client-side // // Sounds @@ -514,8 +515,8 @@ static const char *whiteListedCommands[] = { "-moveup", "screenshot", "screenshotJPEG", - "levelshot" - "`stufftext", // Stufftext detection from Reborn, the player gets kicked without it + "levelshot", + "`stufftext" // Stufftext detection from Reborn, the player gets kicked without it }; //