diff options
Diffstat (limited to 'fish.lua')
-rw-r--r-- | fish.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |