Fixed meshcore cleanup .bat file.
This commit is contained in:
parent
ae35dfeee9
commit
2b3025716a
|
@ -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
|
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue