mirror of
https://github.com/minetest-mods/digilines.git
synced 2025-07-01 16:00:22 +02:00
Remove bad clear_screen()
This commit is contained in:
2
lcd.lua
2
lcd.lua
@ -161,7 +161,7 @@ local on_digiline_receive = function(pos, _, channel, msg)
|
|||||||
|
|
||||||
meta:set_string("text", msg)
|
meta:set_string("text", msg)
|
||||||
meta:set_string("infotext", msg)
|
meta:set_string("infotext", msg)
|
||||||
clearscreen(pos)
|
|
||||||
if msg ~= "" then
|
if msg ~= "" then
|
||||||
prepare_writing(pos)
|
prepare_writing(pos)
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user