From 97bbf059a9a1e5a4af4f7f085e591b1c363837c4 Mon Sep 17 00:00:00 2001 From: devbeni Date: Sun, 14 Dec 2025 14:14:21 +0100 Subject: [PATCH] Specify villager update signature --- Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.cs b/Main.cs index c872630..6d2213c 100644 --- a/Main.cs +++ b/Main.cs @@ -1110,7 +1110,7 @@ namespace KCM } } - [HarmonyPatch(typeof(Villager), "Update")] + [HarmonyPatch(typeof(Villager), nameof(Villager.Update), new Type[0])] public class VillagerMovementSync { private struct MovementSnapshot