mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:02:55 +08:00
Merge pull request #11319 from Neuheit/patch/11310
This commit is contained in:
commit
6849eabf2c
@ -131,6 +131,9 @@ namespace osu.Game.Online.Rooms
|
|||||||
RoomID.Value = other.RoomID.Value;
|
RoomID.Value = other.RoomID.Value;
|
||||||
Name.Value = other.Name.Value;
|
Name.Value = other.Name.Value;
|
||||||
|
|
||||||
|
if (other.Category.Value != RoomCategory.Spotlight)
|
||||||
|
Category.Value = other.Category.Value;
|
||||||
|
|
||||||
if (other.Host.Value != null && Host.Value?.Id != other.Host.Value.Id)
|
if (other.Host.Value != null && Host.Value?.Id != other.Host.Value.Id)
|
||||||
Host.Value = other.Host.Value;
|
Host.Value = other.Host.Value;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user