Remove all async/await stuff

This commit is contained in:
Vortrex
2023-02-21 14:39:45 -06:00
parent 1cb02b9ab1
commit b4ac02f9ec
13 changed files with 100 additions and 94 deletions

View File

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