mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:42:54 +08:00
Fix room not created before being joined
This commit is contained in:
parent
3f4a66c4ae
commit
9b08f573ba
@ -44,10 +44,7 @@ namespace osu.Game.Tests.Visual.RealtimeMultiplayer
|
||||
RoomManager.Schedule(() => RoomManager.PartRoom());
|
||||
|
||||
if (joinRoom)
|
||||
{
|
||||
Room.RoomID.Value = 1;
|
||||
RoomManager.Schedule(() => RoomManager.JoinRoom(Room, null, null));
|
||||
}
|
||||
RoomManager.Schedule(() => RoomManager.CreateRoom(Room));
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user