You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.createConstructionSite should return ERR_INVALID_TARGET instead of OK if a construction site already exists at the specified location.
To reproduce run for example: new RoomPosition(25,25,"W8N3").createConstructionSite(STRUCTURE_ROAD); new RoomPosition(25,25,"W8N3").createConstructionSite(STRUCTURE_RAMPART);
The text was updated successfully, but these errors were encountered:
.createConstructionSite
should returnERR_INVALID_TARGET
instead ofOK
if a construction site already exists at the specified location.To reproduce run for example:
new RoomPosition(25,25,"W8N3").createConstructionSite(STRUCTURE_ROAD);
new RoomPosition(25,25,"W8N3").createConstructionSite(STRUCTURE_RAMPART);
The text was updated successfully, but these errors were encountered: