mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 02:32:55 +08:00
Fix MultiplayerTestScene
not actually setting match type correctly
This commit is contained in:
parent
5cfafee83c
commit
abb42a54fd
@ -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