Fix server info not saving
This commit is contained in:
@@ -51,7 +51,7 @@ function saveAllServerDataToDatabase() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
saveServerConfigToDatabase(getServerConfig());
|
saveServerConfigToDatabase();
|
||||||
} catch(error) {
|
} catch(error) {
|
||||||
logToConsole(LOG_ERROR, `Could not save server config to database: ${error}`);
|
logToConsole(LOG_ERROR, `Could not save server config to database: ${error}`);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user