remove unnecessary and confusing meta

master
AiTechEye 2018-11-17 15:53:52 +01:00 committed by GitHub
parent be83174a96
commit 974b2fabeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ bows.load=function(itemstack, user, pointed_thing)
end
meta={arrow=arrow:get_name(),shots=shots}
item.metadata=minetest.serialize(meta)
item.meta=minetest.serialize(meta)
item.name=item.name .. "_loaded"
itemstack:replace(item)
return itemstack