feat: standardize v1.5.0 and consolidate stability fixes
This commit is contained in:
@@ -115,6 +115,10 @@ function QuestieEvent:Load()
|
||||
end
|
||||
end
|
||||
|
||||
if not QuestieEvent.eventQuests then
|
||||
return
|
||||
end
|
||||
|
||||
for _, questData in pairs(QuestieEvent.eventQuests) do
|
||||
local eventName = questData[1]
|
||||
local questId = questData[2]
|
||||
|
||||
Reference in New Issue
Block a user