mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 00:43:25 +08:00
Fix incorrect copied room end dates
This commit is contained in:
parent
e047413329
commit
4ff6879b85
@ -334,6 +334,10 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
|
|||||||
// ID must be unset as we use this as a marker for whether this is a client-side (not-yet-created) room or not.
|
// ID must be unset as we use this as a marker for whether this is a client-side (not-yet-created) room or not.
|
||||||
r.RoomID.Value = null;
|
r.RoomID.Value = null;
|
||||||
|
|
||||||
|
// Null out dates because end date is not supported client-side and the settings overlay will populate a duration.
|
||||||
|
r.EndDate.Value = null;
|
||||||
|
r.Duration.Value = null;
|
||||||
|
|
||||||
Open(r);
|
Open(r);
|
||||||
|
|
||||||
joiningRoomOperation?.Dispose();
|
joiningRoomOperation?.Dispose();
|
||||||
|
Loading…
Reference in New Issue
Block a user