Move locales and accents to server data, not config
This commit is contained in:
@@ -33,6 +33,8 @@ let serverData = {
|
|||||||
cachedTranslationFrom: [],
|
cachedTranslationFrom: [],
|
||||||
triggers: [],
|
triggers: [],
|
||||||
npcs: [],
|
npcs: [],
|
||||||
|
locales: [],
|
||||||
|
accents: [],
|
||||||
};
|
};
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user