Arena: crash when logging under-construction StructureTower object



  • The following console.log line crashes when the under-construction structure member is StructureTower:

          let cs = getObjectsByPrototype(ConstructionSite);
          for (const c of cs) {
            if (c.my) {
              console.log("my cs:", c.structure, c.structure == null, c.structure === undefined, c.progress, c.progressTotal);
    

    0_1712866076217_1040a993-ea88-4455-a007-a29792e5b363-image.png