mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix room not created before being joined
This commit is contained in:
@ -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));
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user