Files
Factorio-Paranoidal_mod/factorissimo-2-notnotmelon/migrations/1.1.16.lua

6 lines
156 B
Lua

for _, factory in pairs(global.factories) do
if type(factory.radar) == 'table' and not factory.radar.name then
factory.radar = factory.radar[1]
end
end