Skip to content

Commit

Permalink
Placing inserter ghosts now respects inserter configuration mode #201
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Oct 28, 2024
1 parent 5876ebd commit 32a537d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bobinserters/control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32a537d

Please sign in to comment.