mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix playlist not updating correcly
This commit is contained in:
@ -154,7 +154,9 @@ namespace osu.Game.Screens.Multi
|
||||
{
|
||||
foreach (var pi in remote.Playlist)
|
||||
pi.MapObjects(beatmaps, rulesets);
|
||||
local.CopyFrom(remote);
|
||||
|
||||
if (local != remote)
|
||||
local.CopyFrom(remote);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user