From b125abaec350c014d72a5fe37059aff6e48777cc Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 20 Mar 2023 23:40:05 +0900 Subject: [PATCH] Update main.lua --- PHI-MB/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-MB/main.lua b/PHI-MB/main.lua index 686861f..3833723 100644 --- a/PHI-MB/main.lua +++ b/PHI-MB/main.lua @@ -208,7 +208,7 @@ data:extend({{ for i=1, #ups_chests, 1 do local chest_item = table.deepcopy(data.raw['item'][ups_chests[i]]) - local chest_entity = nil + local chest_entity if ups_chests[i] == 'steel-chest' then chest_entity = table.deepcopy(data.raw['container'][ups_chests[i]])