child_envs update too infrequently
NaR00W opened this issue ยท 2 comments
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
- Define a custom option, a number for instance
- Retrieve from a customGrow function with child_envs
- See that it remains the same no matter how much you change it, until you reload