fixed CheckAccess() in IAdminSystem having the wrong parameter type

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401483
This commit is contained in:
David Anderson
2007-09-26 02:14:05 +00:00
parent cd6007f54c
commit 53df0cba3f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -715,7 +715,7 @@ namespace SourceMod
*/
virtual bool CheckAccess(int client,
const char *cmd,
AdminFlag flags,
FlagBits flags,
bool override_only) =0;
};
}