Rename some utils to align with code style

This commit is contained in:
Vortrex
2022-04-23 15:13:34 -05:00
parent b355c2093f
commit 56bae04e0f
5 changed files with 44 additions and 27 deletions

View File

@@ -868,7 +868,7 @@ function createClan(name) {
// ===========================================================================
function deleteClan(clanId) {
saveClansToDatabase();
//saveAllClansToDatabase();
let dbConnection = connectToDatabase();
if(dbConnection) {
@@ -1081,7 +1081,7 @@ function setClanRankTitle(clanId, rankId, title) {
// ===========================================================================
function saveClansToDatabase() {
function saveAllClansToDatabase() {
if(getServerConfig().devServer) {
return false;
}