Skip to content

Commit

Permalink
[O] Wording consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Feb 7, 2024
1 parent aa5f4fb commit e6e4782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AquaMai/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public override void OnInitializeMelon()

if (AppConfig.UX.SkipWarningScreen)
{
MelonLogger.Msg("> Patching CutsceneSkipping");
MelonLogger.Msg("> Patching SkipWarningScreen");
HarmonyLib.Harmony.CreateAndPatchAll(typeof(SkipWarningScreen));
}

Expand Down

0 comments on commit e6e4782

Please sign in to comment.