From 633abca26fcc2e729312430a3d5ada0ac35627a7 Mon Sep 17 00:00:00 2001 From: Mestima Date: Mon, 4 Oct 2021 20:46:19 +0300 Subject: [PATCH] codestyle fix --- data/scripts/main/lnx_container.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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