Rename some utils to match others

This commit is contained in:
Vortrex
2022-04-26 10:21:09 -05:00
parent 422baa01a3
commit e4ef0c4dfa
3 changed files with 4 additions and 4 deletions

View File

@@ -677,7 +677,7 @@ function getPlayerHouse(client) {
// ===========================================================================
function saveHousesToDatabase() {
function saveAllHousesToDatabase() {
if(getServerConfig().devServer) {
return false;
}