From 9a10cc4d172d7f689829185e945c8da3b4f99428 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 17 Apr 2025 21:28:30 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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