mirror of
https://github.com/Mestima/wanda.git
synced 2025-05-03 13:40: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)
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user