Display time remaining in the room

This commit is contained in:
smoogipoo
2018-12-19 13:07:56 +09:00
parent 224e644aa1
commit a8d88dea3b
3 changed files with 32 additions and 1 deletions

View File

@ -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);