mirror of
https://github.com/minetest-mods/technic.git
synced 2025-02-23 07:10:19 +01:00
Merge pull request #24 from minetest-mods/master
[pull] master from minetest-mods:master
This commit is contained in:
commit
609a4fd0ea
@ -59,7 +59,7 @@ else
|
|||||||
if minetest.is_protected(pos, player:get_player_name()) then
|
if minetest.is_protected(pos, player:get_player_name()) then
|
||||||
return 0
|
return 0
|
||||||
end
|
end
|
||||||
return stack:get_count()
|
return count
|
||||||
end
|
end
|
||||||
|
|
||||||
can_dig = function(pos, player)
|
can_dig = function(pos, player)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user