| 872 | console.error('[WI] WORLDINFO_FORCE_ACTIVATE requires all entries to have both world and uid fields, entry IGNORED', entry); | 872 | console.error('[WI] WORLDINFO_FORCE_ACTIVATE requires all entries to have both world and uid fields, entry IGNORED', entry); |
| 873 | } else { | 873 | } else { |
| 874 | WorldInfoBuffer.externalActivations.set(`${entry.world}.${entry.uid}`, entry); | 874 | WorldInfoBuffer.externalActivations.set(`${entry.world}.${entry.uid}`, entry); |
| | 875 | console.log('[WI] WORLDINFO_FORCE_ACTIVATE added entry', entry); |
| 875 | } | 876 | } |
| 876 | } | 877 | } |
| 877 | }); | 878 | }); |