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:
@@ -715,7 +715,7 @@ namespace SourceMod
|
||||
*/
|
||||
virtual bool CheckAccess(int client,
|
||||
const char *cmd,
|
||||
AdminFlag flags,
|
||||
FlagBits flags,
|
||||
bool override_only) =0;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user