diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-03 01:20:04 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-03 01:20:04 +0000 |
commit | ebfed2a9e7cb1d5d9d45c11d0077ea87aa3be6b7 (patch) | |
tree | b3066ec83ea08876fcedddbbce7b99a49a64be44 | |
parent | c06632c46cf8e1fdacc413528a5941d48fe6d5d5 (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() |