another nil check in libAsync
manavortex [03-02-18 - 09:28]
another nil check in libAsync
diff --git a/IIfA/IIfADataCollection.lua b/IIfA/IIfADataCollection.lua
index a38f6cd..6929eb5 100644
--- a/IIfA/IIfADataCollection.lua
+++ b/IIfA/IIfADataCollection.lua
@@ -90,6 +90,8 @@ function IIfA:CollectGuildBank()
IIfA.BagSlotInfo[curGuild] = nil
-- call with libAsync to avoid lag
task:Call(function()
+ if not IIfA then return end
+ IIfA.BagSlotInfo = IIfA.BagSlotInfo or {}
p("Collect guild bank - <<1>>", curGuild)
local guildData = IIfA.data.guildBanks[curGuild]
guildData.items = #ZO_GuildBankBackpack.data