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