From 54ea5190f7e6525668d78361fe6c5e1c95842d81 Mon Sep 17 00:00:00 2001 From: StyLuaFormatter Date: Mon, 28 Oct 2024 01:25:02 +0000 Subject: [PATCH] Format Code --- bobinserters/control.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bobinserters/control.lua b/bobinserters/control.lua index c29d4e765..6f792dbb4 100644 --- a/bobinserters/control.lua +++ b/bobinserters/control.lua @@ -967,7 +967,11 @@ function bobmods.logistics.set_positions(entity, player_index) set_both_positions(entity, pickup_position, full_drop_position) end - if entity.type ~= "entity-ghost" and storage.bobmods.logistics[player_index].enabled2 and remote.interfaces.bobinserters then + if + entity.type ~= "entity-ghost" + and storage.bobmods.logistics[player_index].enabled2 + and remote.interfaces.bobinserters + then local pickup_position = remote.call("bobinserters", "get_position", { position = storage.bobmods.logistics[player_index].pickup }) local drop_position =