summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-01 22:35:54 +0100
committerubq323 <ubq323@ubq323.website>2024-04-01 22:35:54 +0100
commit252763388529179d9ca44a80a9f1fd5788088da9 (patch)
tree598660139e5b6d2a6f4531a286a695ab8d51d866
parentaa77fdbf589cb373a45826504cebd59dc374c2d5 (diff)
launch echest
-rw-r--r--echest.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/echest.lua b/echest.lua
index f85f0d4..025d031 100644
--- a/echest.lua
+++ b/echest.lua
@@ -32,7 +32,6 @@ for x=0,15 do for y=0,15 do for z=0,15 do
p.setFrequency(2^x, 2^y, 2^z)
local name = p.getName()
if name ~= nil then
- term.write(name)
- term.scroll(1)
+ print(name)
end
end end end