From c590d86d82986fbe0d9cf4a1a1dd65bc3e156ce6 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 16 Apr 2025 23:02:25 +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 45426df..15af68f 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -107,7 +107,7 @@ 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(1800, function(_) local ec = game.surfaces['nauvis'].find_entities_filtered{name='cargo-landing-pad'} local ic = {}