Use new fetch assoc stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user