Add files via upload

This commit is contained in:
loosewheel
2022-01-20 17:58:09 +10:00
committed by GitHub
parent 5caa7b6408
commit 9519eae026
4 changed files with 7 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ local function push_entities (pos, vec)
if tnode.name == "air" then
can_move = true
else
tdef = utils.find_item_def (tnode.name)
local tdef = utils.find_item_def (tnode.name)
can_move = tdef and not tdef.walkable
end