Alt Token Visibility has a setting to let GMs configure a high (total) cover effect. The configuration for the AE has parent=null and so it throws an error in the DFred's hook for renderActiveEffectConfig. This PR catches that case and simply returns at that point.
Alt Token Visibility has a setting to let GMs configure a high (total) cover effect. The configuration for the AE has
parent=null
and so it throws an error in the DFred's hook forrenderActiveEffectConfig
. This PR catches that case and simply returns at that point.