mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 22:14:57 +08:00
fix(osu.Game): Ensure Category property is copied in Room.
This commit is contained in:
@@ -130,6 +130,7 @@ namespace osu.Game.Online.Rooms
|
||||
{
|
||||
RoomID.Value = other.RoomID.Value;
|
||||
Name.Value = other.Name.Value;
|
||||
Category.Value = other.Category.Value;
|
||||
|
||||
if (other.Host.Value != null && Host.Value?.Id != other.Host.Value.Id)
|
||||
Host.Value = other.Host.Value;
|
||||
|
||||
Reference in New Issue
Block a user