mirror of
https://github.com/osukey/osukey.git
synced 2025-05-02 20:27:27 +09: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