diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-03 01:22:56 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-03 01:22:56 +0000 |
commit | bade3d58e17386977db92d3920f20b3ebbeacf0b (patch) | |
tree | fe7915af2669856c68c30453d381db34cbdd4369 | |
parent | 587677b2557aadf44d9666612570e47749f8a6cd (diff) |
fish
-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 |