diff options
-rw-r--r-- | cactus.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -110,6 +110,7 @@ local function do_column() end local function dump_and_refuel() + os.sleep(1) local modem = peripheral.wrap"top" local self = modem.getNameLocal() print(self) |