This commit is contained in:
2025-06-15 15:52:35 -04:00
parent d9e4354d20
commit 1f0d20891f

View File

@@ -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