The holy comments

Co-authored-by: sfan5 <sfan5@live.de>
This commit is contained in:
1F616EMO~nya 2024-09-01 18:40:09 +08:00 committed by GitHub
parent 45ef266667
commit 0dab776c67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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