Fixed meshcore cleanup .bat file.

This commit is contained in:
Ylian Saint-Hilaire 2022-01-13 14:38:28 -08:00
parent ae35dfeee9
commit 2b3025716a
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,6 @@ DEL meshcmd.min.js
DEL meshcore.min.js
DEL modules_meshcmd_min\*.min.js
DEL modules_meshcore_min\*.min.js
DEL modules_meshcore_min\*.json
RD modules_meshcmd_min
RD modules_meshcore_min

View File

@ -105,8 +105,7 @@ function getCoreTranslation()
if (coretranslations[lang] == null) { lang = 'en'; }
if (coretranslations[lang] != null) { ret = coretranslations[lang]; }
}
catch (x)
{ }
catch (ex) { }
}
setDefaultCoreTranslation(ret, 'allow', 'Allow');