diff --git a/quadtree.py b/quadtree.py index 15c428b..eefc7de 100644 --- a/quadtree.py +++ b/quadtree.py @@ -114,7 +114,7 @@ class QuadtreeGen(object): yradius >= worldobj.maxrow and -yradius <= worldobj.minrow: break else: - raise ValueError("Your map is waaaay too big!") + raise ValueError("Your map is waaaay too big! Use the '-z' or '--zoom' options.") self.p = p else: