0

updated tileset.py and genPOI.py and a few other stragglers

This commit is contained in:
Aaron Griffith
2013-01-06 01:00:06 -05:00
parent 77fff9fa25
commit 443aa84b07
4 changed files with 12 additions and 14 deletions

View File

@@ -524,7 +524,7 @@ class TileSet(object):
base = self.options.get('base'),
bgcolor = bgcolorformat(self.options.get('bgcolor')),
world = self.options.get('worldname_orig') +
(" - " + self.options.get('dimension') if self.options.get('dimension') != 'default' else ''),
(" - " + self.options.get('dimension')[0] if self.options.get('dimension')[1] != 0 else ''),
last_rendertime = self.max_chunk_mtime,
imgextension = self.imgextension,
isOverlay = isOverlay,