mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 08:22:56 +08:00
Merge pull request #17765 from peppy/fix-multiplayer-room-type
Fix `MultiplayerTestScene` not setting match type correctly
This commit is contained in:
commit
a7eb5d71f1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user