diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index 70a06dc..376b293 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -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