summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fish.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish.lua b/fish.lua
index 1d3b64e..6240894 100644
--- a/fish.lua
+++ b/fish.lua
@@ -15,7 +15,7 @@ while true do
end
if not ent then error("notfound") end
--print(ent.y)
- if ent.y<=-3.3 then p.use() break end
+ if ent.y<=-3.0 then p.use() break end
os.sleep()
end