updated
This commit is contained in:
@@ -22,7 +22,6 @@ local function run()
|
||||
end
|
||||
local methods = peripheral.getMethods("left")
|
||||
local env = peripheral.wrap("left")
|
||||
env.turnOn()
|
||||
for index, value in ipairs(methods) do
|
||||
print("Method " .. index .. ": " .. value)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user