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