diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-01 02:44:45 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-01 02:44:45 +0100 |
commit | 271b9571a45551f600963689ef7db1a98515e10c (patch) | |
tree | 696cdd3500a769b1ae3517d22ed1a6a3028be784 | |
parent | 890d45c4c9b703fa99e9c40f60cf2b659ee6fa51 (diff) |
launch john
-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 + 8 + xoffs = xoffs + (mon.getSize())*2 print(bee) end |