Skip to content

Commit

Permalink
Fix potential lua error when running as addon
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Jun 24, 2024
1 parent 5af984b commit 664f074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Init/Init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
local ADDON_NAME, Data = ...


local Addon = LibStub("AceAddon-3.0"):NewAddon(ADDON_NAME, "AceConsole-3.0", "AceEvent-3.0", "AceHook-3.0")
local Addon = LibStub("AceAddon-3.0"):NewAddon(ADDON_NAME, "AceConsole-3.0")


Addon.AceConfig = LibStub"AceConfig-3.0"
Expand Down

0 comments on commit 664f074

Please sign in to comment.