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