0

some config file clarifications

This commit is contained in:
Aaron Griffith
2011-04-30 23:06:44 -04:00
parent d163e7c527
commit 9a537e76e2
2 changed files with 4 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ class QuadtreeGen(object):
yradius >= worldobj.maxrow and -yradius <= worldobj.minrow:
break
else:
raise ValueError("Your map is waaaay too big! Use the '-z' or '--zoom' options.")
raise ValueError("Your map is waaaay too big! Use the 'zoom' option in 'settings.py'.")
self.p = p
else: