Possibly working edition with non-account specific code

Talen-Shei [08-09-15 - 17:58]
Possibly working edition with non-account specific code
Filename
KeyBindSwapper.lua
diff --git a/KeyBindSwapper.lua b/KeyBindSwapper.lua
index f2a1050..c4d5aab 100644
--- a/KeyBindSwapper.lua
+++ b/KeyBindSwapper.lua
@@ -351,7 +351,8 @@ end


 function InitializePlugin ()
-    if type(KBSMultiAccount) ~= "table" then
+    if type(KBSMultiAccount.AvailKeyTables) ~= "table" then
+    	d("We're populating")
         KBSMultiAccount = KBS.Defaults.Global
     else
         KBS.Global = KBSMultiAccount