View Single Post
09/22/14, 04:58 PM   #5
SnowmanDK
 
SnowmanDK's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 161
Originally Posted by Garkin View Post
It could be some kind of conflict between addons. Bank Manager Revived uses a lots of global functions and variables such as "init(eventCode, addOnName)", "options()", "showUI()" or "language". Those functions and variables could be easily overwritten by another addon and you can get unexpected results.

My guess is, that your global table "language" gets overwritten by another addon, because "language" is very common name for variables.
Thanks, "language" was used in my addon, so changed that. Hope it fixed it
  Reply With Quote