mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Display time remaining in the room
This commit is contained in:
@ -74,7 +74,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
Type.Value = other.Type;
|
||||
MaxParticipants.Value = other.MaxParticipants;
|
||||
Participants.Value = other.Participants.Value.ToArray();
|
||||
EndDate = other.EndDate;
|
||||
EndDate.Value = other.EndDate;
|
||||
|
||||
Playlist.Clear();
|
||||
Playlist.AddRange(other.Playlist);
|
||||
|
Reference in New Issue
Block a user