You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1990,7 +1991,7 @@ function setLang(lang, isInit) {
1990
1991
1991
1992
globalConfig.lang=lang;
1992
1993
initBlocker=initBlocker.then(()=>withTimeout(800,
1993
-
fetchNewest(`../data/${gameId}/Language/${lang}/meta.ini`).then(response=>{// Prevent a crash when the --language argument is used and the game doesn't have a Language folder
1994
+
fetchNewest(`${cdnUrl}/${gameId}/Language/${lang}/meta.ini`).then(response=>{// Prevent a crash when the --language argument is used and the game doesn't have a Language folder
0 commit comments