mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 19:10:35 +08:00
Fix matchmaking chat not working
This commit is contained in:
@@ -358,6 +358,7 @@ namespace osu.Game.Online.Rooms
|
||||
public Room(MultiplayerRoom room)
|
||||
{
|
||||
RoomID = room.RoomID;
|
||||
ChannelId = room.ChannelID;
|
||||
Name = room.Settings.Name;
|
||||
Password = room.Settings.Password;
|
||||
Type = room.Settings.MatchType;
|
||||
|
||||
Reference in New Issue
Block a user