diff StanceButton.lua @ 248:9e708a155ab9

Fixed Stance/Shapeshift bar not being saved correctly across reboots
author Flick
date Mon, 28 Mar 2011 10:43:36 -0700
parents 65f2805957a0
children 46b59a9ded76
line wrap: on
line diff
--- a/StanceButton.lua	Sat Mar 26 12:46:06 2011 -0700
+++ b/StanceButton.lua	Mon Mar 28 10:43:36 2011 -0700
@@ -35,7 +35,7 @@
 local Super = ReAction.Button
 local Stance = setmetatable(
   { 
-    defaultConfig = { 
+    defaultBarConfig = { 
       type = buttonTypeID,
       btnHeight = 36,
       btnWidth = 36,