Add missing privilege registration

This commit is contained in:
stujones11 2017-01-01 17:09:38 +00:00
parent c56f2fa17f
commit 7dbb5fbc32

View File

@ -126,6 +126,8 @@ if meshnode.config.enable_crafting == true then
})
end
minetest.register_privilege("meshnode", "Player can use meshnode controller.")
minetest.register_entity("meshnode:mesh", {
physical = true,
visual = "wielditem",