diff options
| -rw-r--r-- | beescroll.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/beescroll.lua b/beescroll.lua index 64be076..5ac1c20 100644 --- a/beescroll.lua +++ b/beescroll.lua @@ -128,7 +128,7 @@ end while true do m.scroll(1) m.setCursorPos(1,H) - f_write(m, some_item(), false) - os.sleep(math.random(5,100)/100) + f_write(m, some_item(), true) + os.sleep(math.random(5,100)/10) end |
