mirror of
https://github.com/Mestima/wanda.git
synced 2025-06-27 20:59:42 +00:00
codestyle fix
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user