mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -87,7 +87,7 @@ if settings.startup['PHI-CT'].value then
|
||||
end
|
||||
|
||||
function gui_update(player, inserter)
|
||||
if not (inserter.allow_custom_vectors or inserter.supports_direction) then
|
||||
if not (inserter.supports_direction or ((inserter.prototype and inserter.prototype.allow_custom_vectors) or (inserter.ghost_prototype and inserter.ghost_prototype.allow_custom_vectors))) then
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user