MP Create Game: cap custom game names at 50 characters

[ci skip]
This commit is contained in:
Charles Dang 2018-05-05 11:51:32 +11:00
parent 293add85a1
commit f495feef62
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@
* Improved MP Lobby layout on low resolutions.
* Improved reporting of network errors in the MP lobby (issue #3005).
* Ensure the chat widget remains the correct size even after a window resize.
* Custom MP game names are now capped at 50 characters.
### Miscellaneous and bug fixes
* Removed misleading tooltip text stating registered nicknames are optional for
the official MP server.

View file

@ -968,6 +968,7 @@
[text_box]
id = "game_name"
definition = "default"
max_input_length = 50
[/text_box]
[/column]