Changes
no edit summary
local ship_names = {}
local ship_names = {}
for index, ship in ipairs(ships) do
for index, ship in ipairs(ships) do
if ship ~= true then
if ship ~= true and ship ~= false then
local remodel_from = ship_data[ship]:remodel_from()
local remodel_from = ship_data[ship]:remodel_from()
if ship_data[remodel_from] then
if ship_data[remodel_from] then