Remove useless return

This commit is contained in:
GreenXenith 2018-11-27 23:02:53 -08:00
parent fbfc14f660
commit 91ea2b5cbd
1 changed files with 0 additions and 1 deletions

View File

@ -163,7 +163,6 @@ local spawn_entity = function(pos)
end
local text = minetest.add_entity(vector.add(pos, lcd_info.delta), "digilines_lcd:text")
text:set_yaw(lcd_info.yaw or 0)
return text
end
end