summaryrefslogtreecommitdiff
path: root/echest.lua
diff options
context:
space:
mode:
Diffstat (limited to 'echest.lua')
-rw-r--r--echest.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/echest.lua b/echest.lua
index 1b84a75..6a769ff 100644
--- a/echest.lua
+++ b/echest.lua
@@ -34,4 +34,5 @@ for x=0,15 do for y=0,15 do for z=0,15 do
if name ~= nil then
print(name)
end
+ os.sleep(0.1)
end end end