mirror of
https://github.com/ppy/osu
synced 2025-01-10 08:09:40 +00:00
Add missing property copies in Room.CopyFrom
implementation
This commit is contained in:
parent
71ae425fb2
commit
61b3280de1
@ -194,6 +194,8 @@ namespace osu.Game.Online.Rooms
|
||||
EndDate.Value = other.EndDate.Value;
|
||||
UserScore.Value = other.UserScore.Value;
|
||||
QueueMode.Value = other.QueueMode.Value;
|
||||
DifficultyRange.Value = other.DifficultyRange.Value;
|
||||
PlaylistItemStats.Value = other.PlaylistItemStats.Value;
|
||||
|
||||
if (EndDate.Value != null && DateTimeOffset.Now >= EndDate.Value)
|
||||
Status.Value = new RoomStatusEnded();
|
||||
|
Loading…
Reference in New Issue
Block a user