Compare commits
1 Commits
59eb51d8a2
...
7d2d25b8c7
Author | SHA1 | Date | |
---|---|---|---|
7d2d25b8c7 |
@ -145,6 +145,7 @@ 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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user