MP Method Selection: specify max username input length
This was already checked when the password was parsed by the server, so it makes sense for the UI to reflect that restriction.
This commit is contained in:
parent
5f043a79f1
commit
1848c8c919
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@
|
|||
id = "user_name"
|
||||
definition = "default"
|
||||
history = "mp_user_name_history"
|
||||
max_input_length = 20
|
||||
|
||||
tooltip = _ "You may login to the official multiplayer server with your forum username and password.
|
||||
Note that registration is not required to join the server: you need to supply a password only if you wish to use a registered username.
|
||||
|
|
Loading…
Add table
Reference in a new issue