This commit is contained in:
2026-06-24 18:53:51 +09:00
parent 9d071f49f0
commit f410df7ac0
+1 -1
View File
@@ -1,7 +1,7 @@
local main = {}
function main.build(event)
if event.entity.type ~= 'logistic-container' or event.entity.logistic_mode ~= 'storage' then
if event.entity.type ~= 'logistic-container' or event.entity.prototype.logistic_mode ~= 'storage' then
return
end