Fix typo in mcl_banners mod

This commit is contained in:
Wuzzy 2019-12-09 22:34:56 +01:00
parent e09a72ed59
commit e85c999e4c
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ local on_dig_banner = function(pos, node, digger)
if not item:is_empty() then
minetest.handle_node_drops(pos, {item:to_string()}, digger)
else
minetest.handle_node_drops(pos, {"mcl_bannes:banner_item_white"}, digger)
minetest.handle_node_drops(pos, {"mcl_banners:banner_item_white"}, digger)
end
-- Remove node
minetest.remove_node(pos)