diff --git a/locate.py b/locate.py index 0fb0d98..0594b36 100644 --- a/locate.py +++ b/locate.py @@ -75,6 +75,7 @@ def scan_axis(x: int, z: int) -> bool: f"/tp {starting_x + (x * 16 * (min_visible + 1))} ~ {starting_z + (z * 16 * (min_visible + 1))}" ) + input("-- Search finished --") exit()