Add files via upload

This commit is contained in:
loosewheel
2021-11-25 07:06:57 +10:00
committed by GitHub
parent 46d8b2fcff
commit cf8c44cb80
5 changed files with 33 additions and 3 deletions

View File

@@ -138,9 +138,9 @@ local function can_break_node (pos, breakpos)
if node_def then
-- try tool first
local tool = get_tool (pos)
local dig_params = nil
if tool then
local dig_params = nil
local tool_def = minetest.registered_items[tool:get_name ()]
if tool_def then