1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-22 21:00:33 +08:00

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