summaryrefslogtreecommitdiff
path: root/john.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-01 02:44:45 +0100
committerubq323 <ubq323@ubq323.website>2024-04-01 02:44:45 +0100
commit271b9571a45551f600963689ef7db1a98515e10c (patch)
tree696cdd3500a769b1ae3517d22ed1a6a3028be784 /john.lua
parent890d45c4c9b703fa99e9c40f60cf2b659ee6fa51 (diff)
launch john
Diffstat (limited to 'john.lua')
-rw-r--r--john.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/john.lua b/john.lua
index b083539..7588369 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 + 8
+ xoffs = xoffs + (mon.getSize())*2
print(bee)
end