You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2021. It is now read-only.
Right now, the addon relies on the initial BAG_UPDATE_DELAYED events to start the scanning process. However, if one disables it, then logs in, and THEN enables it, no such event will be fired. As a result, then cache will not be updated until another event causes it.
This can be easily fixed by scanning once after logging in, even if it adds another obsolete scan after the regular bag updates when logging in normally.
Right now, the addon relies on the initial BAG_UPDATE_DELAYED events to start the scanning process. However, if one disables it, then logs in, and THEN enables it, no such event will be fired. As a result, then cache will not be updated until another event causes it.
This can be easily fixed by scanning once after logging in, even if it adds another obsolete scan after the regular bag updates when logging in normally.