Default to off

This commit is contained in:
Dan Balasescu 2022-09-01 14:14:22 +09:00
parent c852c54055
commit d70208fcf1

View File

@ -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()
{