From c71a1c1c4a43d8f248b3cb4363255d466b8ff9a7 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 17 Apr 2025 00:55:05 +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 842fee8..86c0cc1 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(300, function(_) + script.on_nth_tick(1800, function(_) local ec = game.surfaces['nauvis'].find_entities_filtered{type='cargo-landing-pad', force='player'} if not ec then