From 32a537d8b79eabbb581ef96ae8f0acd408dc3135 Mon Sep 17 00:00:00 2001 From: KiwiHawk <59639+KiwiHawk@users.noreply.github.com> Date: Tue, 29 Oct 2024 00:00:03 +1300 Subject: [PATCH] Placing inserter ghosts now respects inserter configuration mode #201 --- bobinserters/control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bobinserters/control.lua b/bobinserters/control.lua index c83774374..ae18727fd 100644 --- a/bobinserters/control.lua +++ b/bobinserters/control.lua @@ -968,7 +968,7 @@ function bobmods.logistics.set_positions(entity, player_index) end if - entity.type ~= "entity-ghost" + not game.players[player_index].is_cursor_blueprint() and storage.bobmods.logistics[player_index].enabled2 and remote.interfaces.bobinserters then