mirror of
https://github.com/ppy/osu
synced 2025-03-22 10:56:54 +00:00
Fix doubled json property (runtime error)
This commit is contained in:
parent
666007b2f9
commit
94aa5fbca7
@ -61,7 +61,7 @@ namespace osu.Game.Online.Rooms
|
|||||||
public readonly Bindable<RoomAvailability> Availability = new Bindable<RoomAvailability>();
|
public readonly Bindable<RoomAvailability> Availability = new Bindable<RoomAvailability>();
|
||||||
|
|
||||||
[Cached]
|
[Cached]
|
||||||
[JsonProperty("type")]
|
[JsonIgnore]
|
||||||
public readonly Bindable<MatchType> Type = new Bindable<MatchType>();
|
public readonly Bindable<MatchType> Type = new Bindable<MatchType>();
|
||||||
|
|
||||||
// Todo: osu-framework bug (https://github.com/ppy/osu-framework/issues/4106)
|
// Todo: osu-framework bug (https://github.com/ppy/osu-framework/issues/4106)
|
||||||
|
Loading…
Reference in New Issue
Block a user