Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
Merge branch 'daily' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Oct 23, 2022
2 parents 9d0bb4f + b91dfaa commit b6a691e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion osu.Game/Rulesets/Mods/ModDance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ public abstract class ModDance : Mod, ICreateReplayData, IApplicableFailOverride
{
typeof(ModRelax),
typeof(ModFailCondition),
typeof(ModNoFail)
typeof(ModNoFail),
typeof(ModAutoplay)
};

[SettingSource("保存Dance回放")]
Expand Down

0 comments on commit b6a691e

Please sign in to comment.