diff --git a/Patches/FixPatches.cs b/Patches/FixPatches.cs index 6c5a0524..d0b8a57f 100644 --- a/Patches/FixPatches.cs +++ b/Patches/FixPatches.cs @@ -20,6 +20,11 @@ protected override MethodBase GetTargetMethod() [PatchPrefix] public static bool Patch(BotMeleeWeaponData __instance) { + if (__instance.botOwner_0.AIData.UseZombieSimpleAnimator) + { + return true; + } + if (SAINEnableClass.GetSAIN(__instance.botOwner_0.ProfileId, out BotComponent bot) && bot.SAINLayersActive) { Enemy enemy = bot.GoalEnemy;