Add + set ended room status

This commit is contained in:
smoogipoo
2018-12-27 13:30:36 +09:00
parent bfbd7e5106
commit 1e71c5c9c4
8 changed files with 98 additions and 14 deletions

View File

@ -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>