summaryrefslogtreecommitdiff
path: root/fish.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-01-03 01:18:43 +0000
committerubq323 <ubq323@ubq323.website>2023-01-03 01:18:43 +0000
commitc06632c46cf8e1fdacc413528a5941d48fe6d5d5 (patch)
tree4a95dd7c9c2500481367fb8b13f3304c36515259 /fish.lua
parent9d95dfcdc917ba51cd9a1ba6f533c5edb79a8101 (diff)
fish
Diffstat (limited to 'fish.lua')
-rw-r--r--fish.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish.lua b/fish.lua
index 8058d41..e89b516 100644
--- a/fish.lua
+++ b/fish.lua
@@ -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()