Update from master (merge error)

This commit is contained in:
Vortrex
2023-02-07 15:11:56 -06:00
parent a5b9840729
commit 1e91698e05
63 changed files with 422 additions and 223 deletions

View File

@@ -16,7 +16,7 @@ function saveServerDataToDatabase() {
return false;
}
logToConsole(LOG_DEBUG, "[AGRP.Utilities]: Saving all server data to database ...");
logToConsole(LOG_DEBUG, "[V.RP.Utilities]: Saving all server data to database ...");
try {
saveAllPlayersToDatabase();
@@ -84,7 +84,7 @@ function saveServerDataToDatabase() {
logToConsole(LOG_ERROR, `Could not save server config to database: ${error}`);
}
logToConsole(LOG_DEBUG, "[AGRP.Utilities]: Saved all server data to database!");
logToConsole(LOG_DEBUG, "[V.RP.Utilities]: Saved all server data to database!");
}
// ===========================================================================
@@ -210,7 +210,7 @@ function updatePings() {
// ===========================================================================
function checkServerGameTime() {
//logToConsole(LOG_DEBUG | LOG_WARN, "[AGRP.Timers] Checking server game time");
//logToConsole(LOG_DEBUG | LOG_WARN, "[V.RP.Timers] Checking server game time");
//if (isGameFeatureSupported("time")) {
// return false;