Fixes and additions for first chapter of bridal gears.

This commit is contained in:
firebingo 2018-06-05 21:14:02 -07:00
parent e58002ce4c
commit e25cd1f929
6 changed files with 43 additions and 13 deletions

View file

@ -269,7 +269,10 @@ function languageChanged(event) {
if(currentMission) {
missionPath = `${utage.rootDirectory}Js/Translations/Missions/${currentMission.Path.replace('Asset/Utage/', '').replace('Scenario/', '').replace('.utage', '').replace('.tsv', `_translations_${selectedLang}.json`)}`;
}
utage.setTranslationLanguage(selectedLang, missionPath);
utage.setTranslationLanguage(selectedLang, missionPath)
.then((success) => {
buildMissionSelectList();
});
}
function checkMissionList(missions, currentvalue) {