WeakAuras

WeakAuras

206M Downloads

child_envs update too infrequently

NaR00W opened this issue ยท 2 comments

commented

Describe the bug
I'm taking information defined in a WA's aura_env.config and using it in a custom grow function, through child_envs.
The information only update when I /reload.

I'm doing the following to get config information (in the CustomGrow):
local distance = aura_env.child_envs[1].config.iDistance

To Reproduce

  1. Define a custom option, a number for instance
  2. Retrieve from a customGrow function with child_envs
  3. See that it remains the same no matter how much you change it, until you reload
commented

It'll help if you attach a aura that shows the problem.