From 106abbb08b746a787af4ed43823eedefd9ed64bb Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 16 Apr 2025 23:35:50 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index ac49737..6e04e3b 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -108,9 +108,8 @@ if settings.startup['PHI-CT'].value or settings.startup['PHI-MI'].value or (sett end script.on_nth_tick(1200, function(_) - game.print('PHI-CL: 1200T') local ec = game.surfaces['nauvis'].find_entities_filtered{type='cargo-landing-pad', force='player'} - game.print(ec) + if not ec then return end