mirror of
https://github.com/ppy/osu
synced 2025-01-11 08:39:31 +00: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; }
|
||||
|
||||
[JsonProperty("achievement_mode")]
|
||||
public ushort? AchievementMode { get; set; }
|
||||
public string? AchievementMode { get; set; }
|
||||
|
||||
[JsonProperty("cover_url")]
|
||||
public string CoverUrl { get; set; } = string.Empty;
|
||||
|
Loading…
Reference in New Issue
Block a user