mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Make creatorUsername a property so it is correctly deserialised
This commit is contained in:
@ -51,7 +51,7 @@ namespace osu.Game.Online.API.Requests
|
|||||||
private int onlineId { get; set; }
|
private int onlineId { get; set; }
|
||||||
|
|
||||||
[JsonProperty(@"creator")]
|
[JsonProperty(@"creator")]
|
||||||
private string creatorUsername;
|
private string creatorUsername { get; set; }
|
||||||
|
|
||||||
[JsonProperty(@"user_id")]
|
[JsonProperty(@"user_id")]
|
||||||
private long creatorId = 1;
|
private long creatorId = 1;
|
||||||
|
Reference in New Issue
Block a user