Skip to content

Commit

Permalink
move type checking code for WeakAurasArchive
Browse files Browse the repository at this point in the history
Fixes #4860 (or at least, I can repro without this & can't without)

Signed-off-by: Allen Faure <[email protected]>
  • Loading branch information
emptyrivers committed Feb 7, 2024
1 parent 034c484 commit 0468721
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 18 deletions.
3 changes: 3 additions & 0 deletions WeakAuras/WeakAuras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1114,6 +1114,9 @@ do -- Archive stuff
error(string.format(L["Could not load WeakAuras Archive, the addon is %s"], reason))
end
end
if type(WeakAurasArchive) ~= "table" then
WeakAurasArchive = {}
end
Archivist:Initialize(WeakAurasArchive)
end
return Archivist
Expand Down
12 changes: 0 additions & 12 deletions WeakAurasArchive/WeakAurasArchive.lua

This file was deleted.

2 changes: 0 additions & 2 deletions WeakAurasArchive/WeakAurasArchive.toc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@
## LoadOnDemand: 1
## SavedVariables: WeakAurasArchive
## Dependencies: WeakAuras

WeakAurasArchive.lua
2 changes: 0 additions & 2 deletions WeakAurasArchive/WeakAurasArchive_Vanilla.toc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@
## LoadOnDemand: 1
## SavedVariables: WeakAurasArchive
## Dependencies: WeakAuras

WeakAurasArchive.lua
2 changes: 0 additions & 2 deletions WeakAurasArchive/WeakAurasArchive_Wrath.toc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@
## LoadOnDemand: 1
## SavedVariables: WeakAurasArchive
## Dependencies: WeakAuras

WeakAurasArchive.lua

0 comments on commit 0468721

Please sign in to comment.