Skip to content

Commit d65fcae

Browse files
committed
[F] On before patch not called
1 parent d4e8275 commit d65fcae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mod/Core.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public override void OnInitializeMelon()
2323
Config = TomletMain.To<Config>(File.ReadAllText("WorldLink.toml"));
2424

2525
LoggerInstance.Msg("Patching...");
26+
Futari.OnBeforePatch();
2627
HarmonyLib.Harmony.CreateAndPatchAll(typeof(Futari));
2728

2829
if (Config.Debug)

0 commit comments

Comments
 (0)