Remove bad clear_screen()

This commit is contained in:
GreenXenith 2018-11-25 21:47:28 -08:00
parent cc7044671c
commit 8c1a04008e
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ local on_digiline_receive = function(pos, _, channel, msg)
meta:set_string("text", msg)
meta:set_string("infotext", msg)
clearscreen(pos)
if msg ~= "" then
prepare_writing(pos)
end