Merge branch 'master' into dtt-merge
Conflicts: chunk.py
This commit is contained in:
@@ -120,7 +120,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