diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-03 01:18:43 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-03 01:18:43 +0000 |
commit | c06632c46cf8e1fdacc413528a5941d48fe6d5d5 (patch) | |
tree | 4a95dd7c9c2500481367fb8b13f3304c36515259 | |
parent | 9d95dfcdc917ba51cd9a1ba6f533c5edb79a8101 (diff) |
fish
-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() |