Use server settings bit flags

This commit is contained in:
Vortrex
2022-02-26 22:30:53 -06:00
parent 8e225ed480
commit 2ea750fa80
2 changed files with 2 additions and 14 deletions

View File

@@ -410,7 +410,7 @@ function getModerationFlagValue(flagName) {
// ===========================================================================
function getServerSettingFlagValue(flagName) {
function getServerSettingsFlagValue(flagName) {
if(flagName == "All") {
return -1;
}