Browse Source

Update utility.tscript

correction to last commit
Sir-Skurpsalot 1 month ago
parent
commit
2e2b33fcea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Templates/BaseGame/game/data/UI/scripts/utility.tscript

+ 2 - 2
Templates/BaseGame/game/data/UI/scripts/utility.tscript

@@ -184,8 +184,8 @@ function addLanguage(%langTable, %filename, %alias)
     %needLangMap = true;
     if(isFile("./langs/languageMap"))
         %needLangMap = false;
-
-    CompileLanguage("./langs/"@ %filename @".tscript", %needLangMap);
+    
+    CompileLanguage("./langs/"@ %filename @".txt", %needLangMap);
     %langTable.addLanguage("./langs/"@ %filename @".lso", %alias);
 }