mirror of
https://github.com/ppy/osu.git
synced 2025-03-22 22:17:46 +08:00
Fix local setting not being updated
This commit is contained in:
parent
f80692f342
commit
0d88af19ae
@ -744,6 +744,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
APIRoom.Password.Value = Room.Settings.Password;
|
||||
APIRoom.Type.Value = Room.Settings.MatchType;
|
||||
APIRoom.QueueMode.Value = Room.Settings.QueueMode;
|
||||
APIRoom.AutoStartDuration.Value = Room.Settings.AutoStartDuration;
|
||||
|
||||
RoomUpdated?.Invoke();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user