Map.get returns undefined and not null on empty
| @@ -313,7 +313,7 @@ class WorldInfoBuffer { | ||
| 313 | 313 | /** |
| 314 | 314 | * Get the externally activated version of the entry, if there is one. |
| 315 | 315 | * @param {object} entry WI entry to check |
| 316 | 316 | * @returns {object|nullundefined} the external version if the entry is forcefully activated, nullundefined otherwise |
| 317 | 317 | */ |
| 318 | 318 | getExternallyActivated(entry) { |
| 319 | 319 | // Entries could be copied with structuredClone, so we need to compare them by string representation |