1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 05:32:54 +08:00

Remove unnecessary/wrong code

This commit is contained in:
smoogipoo 2021-10-28 18:24:02 +09:00
parent 2b3e63470d
commit c96b07c625

View File

@ -77,7 +77,6 @@ namespace osu.Game.Tests.Visual.Playlists
{
setupAndCreateRoom(room =>
{
room.RoomID.Value = 1; // forces room creation.
room.Name.Value = "my awesome room";
room.MaxAttempts.Value = 5;
room.Host.Value = API.LocalUser.Value;