Radar Marker


Places map markers for planning and tracking radar placement.

Utilities
3 years ago
0.17 - 1.1
737

b Bug

3 years ago

Error while running event RadarMarker::on_init()
Unknown item name: construction-tower-radar
stack traceback:
RadarMarker/control.lua:87: in function 'MarkRadarAt'
RadarMarker/control.lua:116: in function 'MarkPlacedRadar'
RadarMarker/control.lua:173: in function 'MarkAllPlacedRadars'
RadarMarker/control.lua:290: in function <RadarMarker/control.lua:281>
stack traceback:
[C]: in function 'add_chart_tag'
RadarMarker/control.lua:87: in function 'MarkRadarAt'
RadarMarker/control.lua:116: in function 'MarkPlacedRadar'
RadarMarker/control.lua:173: in function 'MarkAllPlacedRadars'
RadarMarker/control.lua:290: in function <RadarMarker/control.lua:281>

mod ConstructionTower

3 years ago

Thanks for letting me know. Sorry about that. Looks like supporting other mods is a bit more complicated than I thought. You could try going back to the previous version while I look into this.

3 years ago
(updated 3 years ago)

After check in RadarMarker.MarkPlacedRadar
"if entity.name == 'construction-tower-radar' then
return 0
end"

all normal

3 years ago

The new version should fix the error, hopefully for other similar mods as well.

New response