summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-03 23:31:47 +0100
committerubq323 <ubq323@ubq323.website>2024-04-03 23:31:47 +0100
commitc1bca9c26a0d80053ef49bdabbc51cda62e4a48a (patch)
treec1029858f672559bb8e43a5447d72d2462942147
parentcad7554b1e466c59cb5b1c90311dd285f9a4aef7 (diff)
launch cactus
-rw-r--r--cactus.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/cactus.lua b/cactus.lua
index 77fa6ef..698badc 100644
--- a/cactus.lua
+++ b/cactus.lua
@@ -15,7 +15,7 @@ end
local function ensure_modem() ensure_equipped("modem","computercraft:wireless_modem_normal") end
local function ensure_scanner() error("aaa") end
-assert(ensure_modem())
+ensure_modem()
local loc = vector.new(gps.locate)
print(loc)