1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 21:10:40 +08:00

Merge pull request #17765 from peppy/fix-multiplayer-room-type

Fix `MultiplayerTestScene` not setting match type correctly
This commit is contained in:
Dan Balasescu
2022-04-11 19:12:57 +09:00
committed by GitHub
Unverified
@@ -44,6 +44,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
return new Room
{
Name = { Value = "test name" },
Type = { Value = MatchType.HeadToHead },
Playlist =
{
new PlaylistItem(new TestBeatmap(Ruleset.Value).BeatmapInfo)