Skip to content

Commit

Permalink
more package fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
orionshock committed Feb 13, 2023
1 parent 00cb556 commit ace75c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OnFlight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ do
end

function addonCore:StartAFlight(source, destination, timeRmaining, forceEarlyExitState)
Debug("StartAFlight()", source, destination, timeRmaining)
Debug("StartAFlight()`", source,"-->", destination, timeRmaining, forceEarlyExitState)
ResetOnFlightTimer("PreFlightReset")
taxiTimerFrame.taxiSrcName = source
taxiTimerFrame.taxiDestName = destination
Expand Down
1 change: 1 addition & 0 deletions pkgmeta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
externals:
libs/LibStub: https://repos.wowace.com/wow/libstub/trunk
libs/CallbackHandler-1.0: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0
libs/AceAddon-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceAddon-3.0
libs/AceConfig-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceConfig-3.0
libs/AceConsole-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceConsole-3.0
Expand Down

0 comments on commit ace75c9

Please sign in to comment.