Changes

no edit summary
Line 100: Line 100:  
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
Anonymous user