mirror of
https://github.com/Mestima/wanda.git
synced 2025-05-02 21:20:15 +00:00
codestyle fix
This commit is contained in:
parent
d418507b9d
commit
633abca26f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user