This commit is contained in:
Vortrex
2021-11-16 02:04:40 -06:00
parent 784422f774
commit 2f1dd55b29
11 changed files with 610 additions and 105 deletions

View File

@@ -34,6 +34,11 @@ let serverData = {
// ===========================================================================
// Pre-cache allowed skins
let allowedSkins = getAllowedSkins(getGame());
// ===========================================================================
function initServerData() {
// Pre-allocate translation cache language slots
//getServerData().translation.cache = new Array(getServerData().translation.languages.length);