diff --git a/public/scripts/world-info.js b/public/scripts/world-info.js index 5c7a952f4..ccc5f0d4e 100644 --- a/public/scripts/world-info.js +++ b/public/scripts/world-info.js @@ -313,7 +313,7 @@ class WorldInfoBuffer { /** * Get the externally activated version of the entry, if there is one. * @param {object} entry WI entry to check - * @returns {object|null} the external version if the entry is forcefully activated, null otherwise + * @returns {object|undefined} the external version if the entry is forcefully activated, undefined otherwise */ getExternallyActivated(entry) { // Entries could be copied with structuredClone, so we need to compare them by string representation