Skip to content

Commit

Permalink
copy paste typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OgelGames committed Jun 12, 2020
1 parent 449c772 commit 64ae1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion technic/machines/HV/quarry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ local function can_dig_node(pos, node_name, owner, digger)
if not def or not def.diggable or (def.can_dig and not def.can_dig(pos, digger)) then
return false
end
if minetest.is_protected(dig_pos, owner) then
if minetest.is_protected(pos, owner) then
return false
end
return true
Expand Down

0 comments on commit 64ae1fd

Please sign in to comment.