[chore] Add a log on force activation

6f4e98024a25dec1dd2d731bc2b0c9dfce113f46

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -0Showing whitespace changes
public/scripts/world-info.js+1 -0
@@ -872,6 +872,7 @@ export function setWorldInfoSettings(settings, data) {
872872 console.error('[WI] WORLDINFO_FORCE_ACTIVATE requires all entries to have both world and uid fields, entry IGNORED', entry);
873873 } else {
874874 WorldInfoBuffer.externalActivations.set(`${entry.world}.${entry.uid}`, entry);
875+ console.log('[WI] WORLDINFO_FORCE_ACTIVATE added entry', entry);
875876 }
876877 }
877878 });