Fix server info not saving

This commit is contained in:
Vortrex
2021-11-25 04:17:55 -06:00
parent ab5555b565
commit 2eee2a8667

View File

@@ -51,7 +51,7 @@ function saveAllServerDataToDatabase() {
}
try {
saveServerConfigToDatabase(getServerConfig());
saveServerConfigToDatabase();
} catch(error) {
logToConsole(LOG_ERROR, `Could not save server config to database: ${error}`);
}