Cannot remove construction sites from deactivated rooms
-
In sector W95S5 of Shard0 are several deactivated ("Not available") rooms. My construction sites in those rooms (W94S8, W94S9, W95S9) cannot be removed by the UI anymore.
-
This post is deleted!
-
They are in W94S8, W94S9, W95S9. I just tested removal by script is possible. It's just not working via user interface.
-
@xenofix did you try to remove it from game code or console? For example, by iterating them via Game.constructionSites?
-
I can remove the constructionSites via Game.getObjectById(...).remove() with the id from the UI. I didn't try picking them by Game.constructionSites, but I guess it would work, too. But I cannot remove the sites with the user interface by clicking on the site and then "Remove construction site".