mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:02:53 +08:00
Make creatorUsername a property so it is correctly deserialised
This commit is contained in:
parent
78a4045154
commit
4d78a0492c
@ -51,7 +51,7 @@ namespace osu.Game.Online.API.Requests
|
||||
private int onlineId { get; set; }
|
||||
|
||||
[JsonProperty(@"creator")]
|
||||
private string creatorUsername;
|
||||
private string creatorUsername { get; set; }
|
||||
|
||||
[JsonProperty(@"user_id")]
|
||||
private long creatorId = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user