implemented more of the group reader

eliminated the pointless "inherit" directive

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40427
This commit is contained in:
David Anderson
2007-01-30 06:43:34 +00:00
parent 5085521b54
commit bf145be826
4 changed files with 74 additions and 21 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ native GroupId:CreateAdmGroup(const String:group_name[]);
* @param group_name String containing the group name.
* @return A group id, or INVALID_GROUP_ID if not found.
*/
native FindAdmGroup(const String:group_name[]);
native GroupId:FindAdmGroup(const String:group_name[]);
/**
* Adds or removes a flag from a group's flag set.