Update some missed variables

This commit is contained in:
Dean Herbert
2020-12-25 23:36:09 +09:00
parent 2d7f9bf290
commit e421b6d34e
2 changed files with 10 additions and 10 deletions

View File

@ -42,7 +42,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
{
Name = { Value = "Open" },
Status = { Value = new RoomStatusOpen() },
Category = { Value = RoomCategory.Multiplayer }
Category = { Value = RoomCategory.Realtime }
}) { MatchingFilter = true },
}
};