added an faq entry on copying tiles to another destionation
also added a link to the faq under help on the index page also clarified the faq entry about adding new features or changing texture packs also fixed a typo
This commit is contained in:
@@ -196,7 +196,7 @@ class QuadtreeGen(object):
|
||||
curdepth = self._get_cur_depth()
|
||||
if curdepth != -1:
|
||||
if self.p > curdepth:
|
||||
logging.warning("Your map seemes to have expanded beyond its previous bounds.")
|
||||
logging.warning("Your map seems to have expanded beyond its previous bounds.")
|
||||
logging.warning( "Doing some tile re-arrangements... just a sec...")
|
||||
for _ in xrange(self.p-curdepth):
|
||||
self._increase_depth()
|
||||
|
||||
Reference in New Issue
Block a user