Hide the " - default" suffix on worlds that use the default dimension
This commit is contained in:
@@ -397,7 +397,8 @@ class TileSet(object):
|
|||||||
path = self.options.get('name'),
|
path = self.options.get('name'),
|
||||||
base = '',
|
base = '',
|
||||||
bgcolor = bgcolorformat(self.options.get('bgcolor')),
|
bgcolor = bgcolorformat(self.options.get('bgcolor')),
|
||||||
world = self.options.get('worldname_orig') + " - " + self.options.get('dimension'),
|
world = self.options.get('worldname_orig') +
|
||||||
|
(" - " + self.options.get('dimension') if self.options.get('dimension') != 'default' else ''),
|
||||||
last_rendertime = self.this_rendertime,
|
last_rendertime = self.this_rendertime,
|
||||||
imgextension = self.imgextension,
|
imgextension = self.imgextension,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user