summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--john.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/john.lua b/john.lua
index 7588369..b083539 100644
--- a/john.lua
+++ b/john.lua
@@ -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