1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-08-13 16:53:49 -04:00

Document nil player as being allowed for can_dig

This commit is contained in:
ShadowNinja 2015-03-27 15:11:28 -04:00
parent 393722a9e3
commit e680d49774

View File

@ -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 ]]