added a more informative error if the map is too big for Overviewer to handle
From Issue #290: https://github.com/brownan/Minecraft-Overviewer/issues/290
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user