diff Core.lua @ 68:a177b863ed6c

Event chaining from the data storage to the GUI elements
author John@Yosemite-PC
date Wed, 28 Mar 2012 23:29:36 -0400
parents 331b5e176d79
children b7352f007028
line wrap: on
line diff
--- a/Core.lua	Tue Mar 27 10:19:48 2012 -0400
+++ b/Core.lua	Wed Mar 28 23:29:36 2012 -0400
@@ -48,6 +48,7 @@
 
     local HandlePassThrough = function(...) HandleCommand(...) end
     bsk:RegisterChatCommand("bsk", HandlePassThrough)
+    bsk:OnInitializeSetStaticData()
 end
 
 function OnEnable()