summaryrefslogtreecommitdiff
path: root/fish.lua
diff options
context:
space:
mode:
Diffstat (limited to 'fish.lua')
-rw-r--r--fish.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish.lua b/fish.lua
index 8058d41..e89b516 100644
--- a/fish.lua
+++ b/fish.lua
@@ -14,7 +14,7 @@ while true do
end
end
if not ent then error("notfound") end
- --print(ent.y)
+ print(ent.y)
if ent.y<=-3.7 then p.use() break end
os.sleep()