Allow host to enqeue items and items to be edited

This commit is contained in:
Dan Balasescu
2021-12-10 01:15:15 +09:00
parent 048a495115
commit 671582a925
9 changed files with 67 additions and 43 deletions

View File

@ -179,7 +179,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
public new BeatmapCarousel Carousel => base.Carousel;
public TestMultiplayerMatchSongSelect(Room room, WorkingBeatmap beatmap = null, RulesetInfo ruleset = null)
: base(room, beatmap, ruleset)
: base(room, null, beatmap, ruleset)
{
}
}