From bd2b6c3105b0a07672245f5e5d81ec09d3515ba0 Mon Sep 17 00:00:00 2001 From: Brues <5278969+brues-code@users.noreply.github.com> Date: Wed, 9 Sep 2026 21:48:13 -0500 Subject: [PATCH] no need to load macrotweak if ClassicAPI 1.15 is found --- modules/macrotweak.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/macrotweak.lua b/modules/macrotweak.lua index 9169a5bc..6bbba0a2 100644 --- a/modules/macrotweak.lua +++ b/modules/macrotweak.lua @@ -1,3 +1,5 @@ +if CLASSIC_API_VERSION >= 11500 then return end + pfUI:RegisterModule("macrotweak", function () local conflictAddons = { "Supermacro", "SuperCleveRoidMacros", "UltimaMacros" } local disabled = false