Woops wrong name

This commit is contained in:
Vortrex
2021-11-24 07:23:12 -06:00
parent 384b7d5553
commit 468d84a05b

View File

@@ -65,7 +65,7 @@ function saveAllServerDataToDatabase() {
try { try {
saveAllItemTypesToDatabase(); saveAllItemTypesToDatabase();
} catch(error) { } catch(error) {
logToConsole(LOG_ERROR, `Could not save items to database: ${error}`); logToConsole(LOG_ERROR, `Could not save item types to database: ${error}`);
} }
try { try {