1
0
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:
Dan Balasescu
2025-09-24 18:58:01 +09:00
Unverified
parent 67291c1a42
commit b3cfded8f2
+1
View File
@@ -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;