Skip to content

Commit

Permalink
Merge pull request #165 from aurelion314/master
Browse files Browse the repository at this point in the history
fix shift click registering more than once
  • Loading branch information
Sellorio authored Oct 28, 2022
2 parents 11977fb + 77aaafe commit 37b8320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ local function Initialize()
MegaMacroFullyActive = MegaMacroGlobalData.Activated and MegaMacroCharacterData.Activated
f:SetScript("OnUpdate", OnUpdate)
end

MegaMacro_RegisterShiftClicks()
end

f:SetScript("OnEvent", function(self, event)
Expand All @@ -69,3 +67,5 @@ f:SetScript("OnEvent", function(self, event)
MegaMacroActionBarEngine.OnTargetChanged()
end
end)

MegaMacro_RegisterShiftClicks()

0 comments on commit 37b8320

Please sign in to comment.