1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 21:02:55 +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
commit a7eb5d71f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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