From 18fc18b5aece7aae1caafd38a2c742af7974348c Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Sun, 10 Mar 2019 19:44:56 -0400 Subject: update cottages, digilines, locks, maptools, moreblocks, technic, and travelnet --- digilines/lcd.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digilines/lcd.lua') diff --git a/digilines/lcd.lua b/digilines/lcd.lua index a59b0b2..37ce3e0 100644 --- a/digilines/lcd.lua +++ b/digilines/lcd.lua @@ -178,7 +178,7 @@ end local spawn_entity = function(pos) if not get_entity(pos) then - local text = minetest.add_entity(pos, "digilines_lcd:text") + minetest.add_entity(pos, "digilines_lcd:text") rotate_text(pos) end end -- cgit v1.2.3