Merge branch 'upstream' into dev-submaps

This commit is contained in:
Mészáros Gergely 2022-04-05 01:38:36 +02:00
commit 5db436d627
5 changed files with 110 additions and 31 deletions

View file

@ -794,7 +794,7 @@ window.Markers = (function () {
const {cells, burgs} = pack;
// Portals can only be added to burgs
if (cells.burg[cell]) return;
if (!cells.burg[cell]) return;
const burgName = burgs[cells.burg[cell]].name;
const name = `${burgName} Portal`;