From c73a9c29aad64279e15f1a3c50cec69f3878a431 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 16 Apr 2025 23:35:05 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index a80954b..ac49737 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -107,9 +107,10 @@ if settings.startup['PHI-CT'].value or settings.startup['PHI-MI'].value or (sett gui['i_sub_direction'].selected_index = ((inserter_direction_reversed[inserter.direction] % 4 or 0) + ((inserter.mirroring and 2) or 0)) % 4 + 1 end - script.on_nth_tick(600, function(_) + 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