Skip to content
Snippets Groups Projects
Commit e680d497 authored by ShadowNinja's avatar ShadowNinja
Browse files

Document nil player as being allowed for can_dig

parent 393722a9
No related branches found
No related tags found
No related merge requests found
......@@ -3023,7 +3023,7 @@ Definition tables
^ Called after destructing node when node was dug using
minetest.node_dig / minetest.dig_node
^ default: nil ]]
can_dig = function(pos,player) --[[
can_dig = function(pos, [player]) --[[
^ returns true if node can be dug, or false if not
^ default: nil ]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment