Compare commits

..

1 Commits

Author SHA1 Message Date
59eb51d8a2
make sure translation is supplied when propagating enables 2020-07-31 10:45:42 -04:00

View File

@ -145,7 +145,6 @@ class UtageInfo {
if (c in this.sceneTranslationsInner[this.currentTranslation] if (c in this.sceneTranslationsInner[this.currentTranslation]
&& s in this.sceneTranslationsInner[this.currentTranslation][c] && s in this.sceneTranslationsInner[this.currentTranslation][c]
&& this.sceneTranslationsInner[this.currentTranslation][c][s].Name != "") { && this.sceneTranslationsInner[this.currentTranslation][c][s].Name != "") {
console.log(this.sceneTranslationsInner[this.currentTranslation][c][s]);
this.sceneTranslationsInner[this.currentTranslation][c][s].Enabled = true; this.sceneTranslationsInner[this.currentTranslation][c][s].Enabled = true;
} }
} }