Dropbox: check for owner on item take (#29)

This commit is contained in:
Luke aka SwissalpS 2021-04-05 19:03:12 +02:00 committed by GitHub
parent 7db8f7ba10
commit 6be81453ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -29,7 +29,10 @@ local dropbox = gen_def({
return 0
end
return stack_count
end
end,
allow_metadata_inventory_take = actions.get_allow_metadata_inventory_take({
"dropbox", check_privs = actions.has_locked_chest_privilege
}),
})