1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 06:23:21 +08:00

Merge pull request #11117 from smoogipoo/max-room-name-length

Limit room name to 100 characters
This commit is contained in:
Dean Herbert 2020-12-07 21:20:31 +09:00 committed by GitHub
commit c36551227e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,6 +135,7 @@ namespace osu.Game.Screens.Multi.Match.Components
{
RelativeSizeAxes = Axes.X,
TabbableContentContainer = this,
LengthLimit = 100
},
},
new Section("Duration")