Skip to content

Commit

Permalink
Fix rare startup bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Jun 22, 2022
1 parent 8bf86d5 commit 0e9200d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions LootReserve.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,15 @@ function LootReserve:ToggleServerWindow(state, rolls)
end

function LootReserve:OnInitialize()
end

function LootReserve:OnEnable()
LootReserve.Client:Load();
LootReserve.Server:Load();
if LootReserve.Client.Settings.AllowPreCache then
LootReserve.ItemSearch:Load();
end
end

function LootReserve:OnEnable()

LootReserve.Comm:StartListening();

local function Startup()
Expand Down

0 comments on commit 0e9200d

Please sign in to comment.