diff --git a/configs/admin_groups.cfg b/configs/admin_groups.cfg index ed4c4142..26f5f16e 100644 --- a/configs/admin_groups.cfg +++ b/configs/admin_groups.cfg @@ -16,7 +16,7 @@ Groups * ":CSDM" "allow" * "csdm_enable" "deny" */ - Commands + Overrides { } "flags" "abcdefghiz" diff --git a/plugins/admin-flatfile/admin-groups.sp b/plugins/admin-flatfile/admin-groups.sp index 605c426c..34221286 100644 --- a/plugins/admin-flatfile/admin-groups.sp +++ b/plugins/admin-flatfile/admin-groups.sp @@ -111,7 +111,7 @@ public SMCResult:ReadGroups_KeyValue(Handle:smc, } else { /* If we can't find the group, we'll need to schedule a reparse */ new GroupId:id = FindAdmGroup(value); - if (id == INVALID_GROUP_ID) + if (id != INVALID_GROUP_ID) { SetAdmGroupImmuneFrom(g_CurGrp, id); } else {