From dc16fe3ec697c4dde5b8f5895fef43d0e924bad5 Mon Sep 17 00:00:00 2001 From: Manuel Simon Hirsig Date: Sat, 6 Feb 2016 17:54:08 +0100 Subject: [PATCH] forgot to actually run the on load of the persistence module --- core.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/core.lua b/core.lua index f57e4d0..57fe286 100644 --- a/core.lua +++ b/core.lua @@ -86,6 +86,7 @@ function Aux.on_load() -- AuxFrameContent:SetBackdropColor(unpack(Aux.gui.config.content_color)) -- AuxFrameContent:SetBackdropBorderColor(unpack(Aux.gui.config.content_border_color)) + Aux.persistence.on_load() Aux.search_frame.on_load() Aux.post_frame.on_load() Aux.auctions_frame.on_load()