mirror of https://github.com/hykilpikonna/AquaDX
[O] Wording consistency
parent
aa5f4fb986
commit
e6e4782d51
|
@ -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));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue