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