codestyle fix

This commit is contained in:
Mestima 2021-10-04 20:46:19 +03:00
parent d418507b9d
commit 633abca26f
No known key found for this signature in database
GPG Key ID: 30B59EB1D7F18807

View File

@ -26,7 +26,7 @@ end
function params.pocketwatchpack.itemtestfn(container, item, slot) 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 return storable[item.prefab] == true
end end