dig particles - cleanup and improvements

master
Juraj Vajda 2018-12-08 11:37:05 -05:00
parent 62823d8623
commit 7af6a1a93c
1 changed files with 0 additions and 1 deletions

View File

@ -1348,7 +1348,6 @@ minetest.register_node("basic_machines:mover", {
-- try to find a node texture
if def.tiles then
print(#def.tiles)
if #def.tiles > 0 then
if type(def.tiles[1]) == "string" then
texture = def.tiles[1]