Fix turrent ammo type grouping (using English names for grouping). Also made missile damage type grouping translation-aware

This commit is contained in:
blitzmann
2020-06-27 21:06:16 -04:00
parent 1d0c890c23
commit 546a3b6e01
3 changed files with 20 additions and 13 deletions

View File

@@ -106,8 +106,7 @@ if __name__ == "__main__":
config.debug = options.debug
config.loggingLevel = config.LOGLEVEL_MAP.get(options.logginglevel.lower(), config.LOGLEVEL_MAP['error'])
from service.settings import LocaleSettings
config.language = options.language or LocaleSettings.getInstance().get('locale')
config.language = options.language
config.defPaths(options.savepath)
config.defLogging()