diff --git a/data/scripts/main/lnx_container.lua b/data/scripts/main/lnx_container.lua index 6dc7ce4..b39f3e7 100644 --- a/data/scripts/main/lnx_container.lua +++ b/data/scripts/main/lnx_container.lua @@ -26,7 +26,7 @@ end function params.pocketwatchpack.itemtestfn(container, item, slot) - if (item:HasTag("pocketwatch")) then return true end + if item:HasTag("pocketwatch") then return true end return storable[item.prefab] == true end