forked from minetest-mods/technic
technic_cnc/cnc.lua: Fix access to non-existant stack parameter (#528)
This commit is contained in:
parent
904800abde
commit
fbc4cc8511
@ -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…
Reference in New Issue
Block a user