This commit is contained in:
2025-04-17 21:28:30 +09:00
parent 7046ec6ce2
commit 9a10cc4d17

View File

@@ -110,7 +110,7 @@ if settings.startup['PHI-CT'].value or settings.startup['PHI-MI'].value or (sett
script.on_nth_tick(3600, function(_)
local ec = game.surfaces['nauvis'].find_entities_filtered{type='cargo-landing-pad', force='player'}
if not ec then
if (not ec) or #ec == 1 then
return
end