mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +08:00
Fix ruleset medals not displaying due to deserialisation failure
🤦🤦🤦🤦🤦🤦🤦🤦🤦🤦🤦🤦🤦🤦🤦🤦🤦🤦 Reported in https://discord.com/channels/188630481301012481/188630652340404224/1216812697589518386.
This commit is contained in:
parent
9bc55be515
commit
f30dfcb728
@ -14,7 +14,7 @@ namespace osu.Game.Online.Notifications.WebSocket.Events
|
|||||||
public uint AchievementId { get; set; }
|
public uint AchievementId { get; set; }
|
||||||
|
|
||||||
[JsonProperty("achievement_mode")]
|
[JsonProperty("achievement_mode")]
|
||||||
public ushort? AchievementMode { get; set; }
|
public string? AchievementMode { get; set; }
|
||||||
|
|
||||||
[JsonProperty("cover_url")]
|
[JsonProperty("cover_url")]
|
||||||
public string CoverUrl { get; set; } = string.Empty;
|
public string CoverUrl { get; set; } = string.Empty;
|
||||||
|
Loading…
Reference in New Issue
Block a user