[chore] Add a log on force activation

This commit is contained in:
Cohee 2024-10-11 22:10:25 +03:00
parent b65da795ef
commit 6f4e98024a

View File

@ -872,6 +872,7 @@ export function setWorldInfoSettings(settings, data) {
console.error('[WI] WORLDINFO_FORCE_ACTIVATE requires all entries to have both world and uid fields, entry IGNORED', entry);
} else {
WorldInfoBuffer.externalActivations.set(`${entry.world}.${entry.uid}`, entry);
console.log('[WI] WORLDINFO_FORCE_ACTIVATE added entry', entry);
}
}
});