mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Increase the maximum seed range for tournament client
This commit is contained in:
@ -54,7 +54,7 @@ namespace osu.Game.Tournament.Models
|
||||
public Bindable<int> LastYearPlacing = new BindableInt
|
||||
{
|
||||
MinValue = 1,
|
||||
MaxValue = 64
|
||||
MaxValue = 256
|
||||
};
|
||||
|
||||
[JsonProperty]
|
||||
|
Reference in New Issue
Block a user