mirror of
https://github.com/ppy/osu.git
synced 2024-12-05 03:03:21 +08:00
Fix Room.CopyFrom()
skipping a field
Was making the close button not display when creating a room anew.
This commit is contained in:
parent
cfc38df889
commit
8b68859d9d
@ -379,6 +379,7 @@ namespace osu.Game.Online.Rooms
|
||||
Type = other.Type;
|
||||
MaxParticipants = other.MaxParticipants;
|
||||
ParticipantCount = other.ParticipantCount;
|
||||
StartDate = other.StartDate;
|
||||
EndDate = other.EndDate;
|
||||
UserScore = other.UserScore;
|
||||
QueueMode = other.QueueMode;
|
||||
|
Loading…
Reference in New Issue
Block a user