Merge branch 'immediate-finds' into immediate-finds-modules-proxy

This commit is contained in:
Nuckyz 2024-06-23 16:29:03 -03:00
commit 94ba593be9
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -191,7 +191,7 @@ export default definePlugin({
start() { start() {
Object.entries(indicatorLocations).forEach(([key, value]) => { Object.entries(indicatorLocations).forEach(([key, value]) => {
if (settings[key]) value.onEnable(); if (settings.store[key]) value.onEnable();
}); });
}, },