mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Fix non-matching json propert for AutoStartDuration
This commit is contained in:
parent
1abf3f7bf4
commit
de4c04ef80
@ -95,7 +95,7 @@ namespace osu.Game.Online.Rooms
|
||||
[Cached]
|
||||
public readonly Bindable<TimeSpan> AutoStartDuration = new Bindable<TimeSpan>();
|
||||
|
||||
[JsonProperty("start_duration")]
|
||||
[JsonProperty("auto_start_duration")]
|
||||
private ushort autoStartDuration
|
||||
{
|
||||
get => (ushort)AutoStartDuration.Value.TotalSeconds;
|
||||
|
Loading…
Reference in New Issue
Block a user