mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
+1
-5
@@ -34,11 +34,7 @@ local function gui_update(player, entity)
|
||||
return
|
||||
end
|
||||
|
||||
if entity.type and entity.type ~= 'inserter' then
|
||||
return
|
||||
end
|
||||
|
||||
if entity.type and entity.type == 'entity-ghost' and entity.ghost_type ~= 'inserter' then
|
||||
if entity.type and (entity.type ~= 'inserter' or (entity.type == 'entity-ghost' and entity.ghost_type ~= 'inserter')) then
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user