fixed a typo from latest merge

This commit is contained in:
kaadmy 2015-10-10 16:04:23 -07:00
parent cccfba1110
commit 97f2a13cf5
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ minetest.register_node(
can_dig = function(pos)
return minetest.get_meta(pos):get_string("player") == ""
- end
end
})
minetest.register_node(