fixed a bug in group reading
fixed an error in the group config file --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40451
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user