[O] Wording consistency

pull/7/head
Azalea 2024-02-07 03:56:07 -05:00
parent aa5f4fb986
commit e6e4782d51
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace AquaMai
if (AppConfig.UX.SkipWarningScreen) if (AppConfig.UX.SkipWarningScreen)
{ {
MelonLogger.Msg("> Patching CutsceneSkipping"); MelonLogger.Msg("> Patching SkipWarningScreen");
HarmonyLib.Harmony.CreateAndPatchAll(typeof(SkipWarningScreen)); HarmonyLib.Harmony.CreateAndPatchAll(typeof(SkipWarningScreen));
} }