1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 04:14:26 +08:00

Default to off

This commit is contained in:
Dan Balasescu
2022-09-01 14:14:22 +09:00
Unverified
parent c852c54055
commit d70208fcf1
+1 -1
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()
{