mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 01:59:54 +08:00
Fix doubled json property (runtime error)
This commit is contained in:
@@ -61,7 +61,7 @@ namespace osu.Game.Online.Rooms
|
||||
public readonly Bindable<RoomAvailability> Availability = new Bindable<RoomAvailability>();
|
||||
|
||||
[Cached]
|
||||
[JsonProperty("type")]
|
||||
[JsonIgnore]
|
||||
public readonly Bindable<MatchType> Type = new Bindable<MatchType>();
|
||||
|
||||
// Todo: osu-framework bug (https://github.com/ppy/osu-framework/issues/4106)
|
||||
|
||||
Reference in New Issue
Block a user