Use new fetch assoc stuff

This commit is contained in:
Vortrex
2022-12-11 04:05:24 -06:00
parent b228981e05
commit b10118e1ab
16 changed files with 309 additions and 260 deletions

View File

@@ -8,7 +8,7 @@
// TYPE: Server (JavaScript)
// ===========================================================================
function initServerScripts() {
async function initServerScripts() {
checkForAllRequiredModules();
initDatabaseScript();
@@ -42,7 +42,7 @@ function initServerScripts() {
// Load config and stuff
loadGlobalConfig();
loadServerConfig();
await loadServerConfig();
applyConfigToServer(getServerConfig());
// Load all the server data