Skip to content

Commit

Permalink
Fix missing module reference (Issue #21)
Browse files Browse the repository at this point in the history
  • Loading branch information
widxwer committed Oct 2, 2024
1 parent f8548d8 commit 13c9580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Compat/Compat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ local QuestieEventHandler = QuestieLoader:ImportModule("QuestieEventHandler")
local QuestieQuest = QuestieLoader:ImportModule("QuestieQuest")
---@type QuestEventHandler
local QuestEventHandler = QuestieLoader:ImportModule("QuestEventHandler")
---@class AvailableQuests
local AvailableQuests = QuestieLoader:ImportModule("AvailableQuests")
---@type ZoneDB
local ZoneDB = QuestieLoader:ImportModule("ZoneDB")
---@type MinimapIcon
Expand Down

0 comments on commit 13c9580

Please sign in to comment.