Skip to content

Commit

Permalink
Fix debug message for /click macro in combat
Browse files Browse the repository at this point in the history
  • Loading branch information
mbattersby committed Jul 28, 2024
1 parent 20a582d commit bf2cd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ActionButton.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function LM.ActionButton:PreClick(inputButton, isDown)
elseif CanExitVehicle() then
VehicleExit()
end
LM.Debug("[%d] In macro combat time %0.2fms", self.id, debugprofilestop() - startTime)
LM.Debug("[%d] In combat direct time %0.2fms", self.id, debugprofilestop() - startTime)
else
LM.Debug("[%d] In combat abort time %0.2fms", self.id, debugprofilestop() - startTime)
end
Expand Down

0 comments on commit bf2cd42

Please sign in to comment.