From b8c7223da7b343f7d0d4759372256dcb3f1c5f9a Mon Sep 17 00:00:00 2001 From: smallmodel <15067410+smallmodel@users.noreply.github.com> Date: Tue, 21 Jan 2025 22:33:29 +0100 Subject: [PATCH] Allow "name" to be changed by server Players often get their name changed due to them having an empty or duplicate name --- code/cgame/cg_servercmds.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/cgame/cg_servercmds.c b/code/cgame/cg_servercmds.c index 96b559c7..74d4269a 100644 --- a/code/cgame/cg_servercmds.c +++ b/code/cgame/cg_servercmds.c @@ -468,7 +468,8 @@ static const char *whiteListedVariables[] = { "subtitle0", "subtitle1", "subtitle2", - "subtitle3" + "subtitle3", + "name" }; //