Fix issue in @98dfd22c9b21571d76dbf655184fdbceb3f7c312

This commit is contained in:
BotoX 2016-01-06 03:37:28 +01:00
parent b579a38d89
commit 6f9558373d
1 changed files with 1 additions and 1 deletions

View File

@ -1192,7 +1192,7 @@ stock ClassAttributeNameToFlag(const String:attributename[])
{
return ZR_CLASS_GROUP;
}
else if (StrEqual(attributename, "group", false))
else if (StrEqual(attributename, "sm_flags", false))
{
return ZR_CLASS_SM_FLAGS;
}