diff options
Diffstat (limited to 'john.lua')
-rw-r--r-- | john.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ for ix,iname in ipairs(monitors) do local t = term.redirect(mon) local _, bee = pcall(function() fb:present(xoffs,0) end) term.redirect(t) - xoffs = xoffs + (mon.getSize())*2 + xoffs = xoffs + (mon.getSize())*2 + 8 print(bee) end |