mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 00:53:19 +08:00
Fix checksum not passed to AddPlaylistItem
This commit is contained in:
parent
c7381b4df0
commit
02efe24e39
@ -59,6 +59,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
|
|||||||
client.AddPlaylistItem(new APIPlaylistItem
|
client.AddPlaylistItem(new APIPlaylistItem
|
||||||
{
|
{
|
||||||
BeatmapID = item.BeatmapID,
|
BeatmapID = item.BeatmapID,
|
||||||
|
BeatmapChecksum = item.Beatmap.Value.MD5Hash,
|
||||||
RulesetID = item.RulesetID,
|
RulesetID = item.RulesetID,
|
||||||
RequiredMods = item.RequiredMods.Select(m => new APIMod(m)).ToArray(),
|
RequiredMods = item.RequiredMods.Select(m => new APIMod(m)).ToArray(),
|
||||||
AllowedMods = item.AllowedMods.Select(m => new APIMod(m)).ToArray()
|
AllowedMods = item.AllowedMods.Select(m => new APIMod(m)).ToArray()
|
||||||
|
Loading…
Reference in New Issue
Block a user