mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 05:01:41 -04:00
The holy comments
Co-authored-by: sfan5 <sfan5@live.de>
This commit is contained in:
parent
45ef266667
commit
0dab776c67
1 changed files with 1 additions and 0 deletions
|
@ -314,6 +314,7 @@ function default.dig_up(pos, node, digger, max_height)
|
|||
in_dig_up = false
|
||||
end
|
||||
|
||||
-- errors are hard to handle, instead we rely on resetting this value the next step
|
||||
minetest.register_globalstep(function()
|
||||
in_dig_up = false
|
||||
end)
|
||||
|
|
Loading…
Add table
Reference in a new issue