mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Add + set ended room status
This commit is contained in:
@ -155,8 +155,7 @@ namespace osu.Game.Screens.Multi
|
||||
foreach (var pi in remote.Playlist)
|
||||
pi.MapObjects(beatmaps, rulesets);
|
||||
|
||||
if (local != remote)
|
||||
local.CopyFrom(remote);
|
||||
local.CopyFrom(remote);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user