View Single Post
07-29-14, 03:20 AM   #12
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by basvanderwerff View Post
Ok i tried to remove that whole bit of code ... But will stop the addon from working all together how about i change both bits of code that say:
SetCVar("breakUpLargeNumbers", nil)
to
SetCVar("breakUpLargeNumbers", 1)
whould that work?
What was the error message after you removed that block?

Originally Posted by basvanderwerff View Post
Also you guys said VARIABLES_LOADED not work great is it fine to replace it with ADDON_LOADED or whould i need to change more code.
Just change VARIABLES_LOADED to PLAYER_LOGIN.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote