From cc9dbc283e86b6746fa5e81c5fd7fab593791b66 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sun, 12 Sep 2010 07:14:11 +0000 Subject: [PATCH] - AceSerializer isn't packaged with the addon just yet since its usage is still in development, so don't error out if LibStub can't find it --- IceHUD.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IceHUD.lua b/IceHUD.lua index dd1cd51..85ddd26 100644 --- a/IceHUD.lua +++ b/IceHUD.lua @@ -5,7 +5,7 @@ local ACR = LibStub("AceConfigRegistry-3.0") local ConfigDialog = LibStub("AceConfigDialog-3.0") local icon = LibStub("LibDBIcon-1.0") local AceGUI = LibStub("AceGUI-3.0") -local AceSerializer = LibStub("AceSerializer-3.0") +local AceSerializer = LibStub("AceSerializer-3.0", 1) local pendingModuleLoads = {} local bReadyToRegisterModules = false