View Single Post
02-17-18, 09:50 AM   #25
X33STORM
A Murloc Raider
Join Date: Sep 2017
Posts: 9
Originally Posted by Ammako View Post
In a situation like this, you should be more specific about what's not working.
In AIO i can see which cvars was set by what, and i've found cvars set by the override dependencies XCT+, AIO itself and blizzard options.

A recent non-cvar change i had to add, after adding camera cvars to the addon.was this:

UIParent:UnregisterEvent("EXPERIMENTAL_CVAR_CONFIRMATION_NEEDED")

Might be that, dunno.

--------

Does this line mean on character login and reload?
I was thinking i might need to add some PLAYER_LOGIN stuff too?

frame:RegisterEvent("PLAYER_ENTERING_WORLD")
  Reply With Quote