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 }; //