Merge branch 'master' into fix-multi-cache-dependencies

This commit is contained in:
Dean Herbert
2022-02-16 09:44:37 +09:00
42 changed files with 423 additions and 144 deletions

View File

@ -139,7 +139,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
AddStep("change match type", () => client.ChangeSettings(new MultiplayerRoomSettings
{
MatchType = MatchType.TeamVersus
}));
}).WaitSafely());
AddUntilStep("api room updated to team versus", () => client.APIRoom?.Type.Value == MatchType.TeamVersus);
}