mirror of
https://github.com/ppy/osu
synced 2025-01-19 20:40:52 +00:00
Default to off
This commit is contained in:
parent
c852c54055
commit
d70208fcf1
@ -161,7 +161,7 @@ namespace osu.Game.Online.Rooms
|
||||
|
||||
[Cached]
|
||||
[JsonProperty("auto_skip")]
|
||||
public readonly Bindable<bool> AutoSkip = new Bindable<bool>(true);
|
||||
public readonly Bindable<bool> AutoSkip = new Bindable<bool>();
|
||||
|
||||
public Room()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user