Move locales and accents to server data, not config

This commit is contained in:
Vortrex
2022-04-16 21:47:49 -05:00
parent e970e6d11b
commit 5565fa527f

View File

@@ -33,6 +33,8 @@ let serverData = {
cachedTranslationFrom: [],
triggers: [],
npcs: [],
locales: [],
accents: [],
};
// ===========================================================================