Allow "name" to be changed by server

Players often get their name changed due to them having an empty or duplicate name
This commit is contained in:
smallmodel 2025-01-21 22:33:29 +01:00
parent 7b53e25dd5
commit b8c7223da7
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -468,7 +468,8 @@ static const char *whiteListedVariables[] = {
"subtitle0", "subtitle0",
"subtitle1", "subtitle1",
"subtitle2", "subtitle2",
"subtitle3" "subtitle3",
"name"
}; };
// //