mirror of
https://github.com/ppy/osu
synced 2025-02-08 22:27:14 +00:00
Add password attributes to CopyFrom
to make testing work better
This commit is contained in:
parent
bbc3a013c8
commit
c5319c06c2
@ -159,6 +159,8 @@ namespace osu.Game.Online.Rooms
|
||||
ChannelId.Value = other.ChannelId.Value;
|
||||
Status.Value = other.Status.Value;
|
||||
Availability.Value = other.Availability.Value;
|
||||
Password.Value = other.Password.Value;
|
||||
HasPassword.Value = other.HasPassword.Value;
|
||||
Type.Value = other.Type.Value;
|
||||
MaxParticipants.Value = other.MaxParticipants.Value;
|
||||
ParticipantCount.Value = other.ParticipantCount.Value;
|
||||
|
Loading…
Reference in New Issue
Block a user