MP Create Game: cap custom game names at 50 characters

[ci skip]

(cherry-picked from commit d9e3983e976b7b3ace600a48e79342f5b80a05d5)
This commit is contained in:
Charles Dang 2018-05-05 11:51:32 +11:00
parent 181cba88a5
commit 74d5891ad0
2 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,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.
### WML engine
* Support formula= key in [variable] ConditionalWML
* Support to_location in [move_unit], taking a location ID

View File

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