mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
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:
parent
7b53e25dd5
commit
b8c7223da7
1 changed files with 2 additions and 1 deletions
|
@ -468,7 +468,8 @@ static const char *whiteListedVariables[] = {
|
||||||
"subtitle0",
|
"subtitle0",
|
||||||
"subtitle1",
|
"subtitle1",
|
||||||
"subtitle2",
|
"subtitle2",
|
||||||
"subtitle3"
|
"subtitle3",
|
||||||
|
"name"
|
||||||
};
|
};
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue