mirror of
https://github.com/ppy/osu.git
synced 2025-02-06 04:12:55 +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());
|
RoomManager.Schedule(() => RoomManager.PartRoom());
|
||||||
|
|
||||||
if (joinRoom)
|
if (joinRoom)
|
||||||
{
|
RoomManager.Schedule(() => RoomManager.CreateRoom(Room));
|
||||||
Room.RoomID.Value = 1;
|
|
||||||
RoomManager.Schedule(() => RoomManager.JoinRoom(Room, null, null));
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user