diff --git a/src/Features/Clean.cpp b/src/Features/Clean.cpp index 106d864..c7f7752 100644 --- a/src/Features/Clean.cpp +++ b/src/Features/Clean.cpp @@ -57,7 +57,7 @@ bool ShouldClean(Actor* actor) { // Mobs else if (en->isMob()) { if (Config->getValue({"CleanMobs", "Enabled"}, false)) { - auto blacklist = Config->getValue>({"CleanMobs", "Blacklist"}, {}); + auto blacklist = Config->getValue>({"CleanMobs", "BlackList"}, {}); for (auto& key : blacklist) { if (isMatch(type, key)) { return true;