diff options
author | Mattes D <github@xoft.cz> | 2014-02-05 21:07:10 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-02-05 21:07:10 +0100 |
commit | cd634ea138d41b701db7439cef01b95330ae1073 (patch) | |
tree | 75d3e38c3f0c5bbbfa8e496487202e7574a88428 /src/Group.h | |
parent | Merge pull request #645 from mc-server/GroupsPermissions (diff) | |
parent | Removed deprecated HasCommand function (diff) | |
download | cuberite-cd634ea138d41b701db7439cef01b95330ae1073.tar cuberite-cd634ea138d41b701db7439cef01b95330ae1073.tar.gz cuberite-cd634ea138d41b701db7439cef01b95330ae1073.tar.bz2 cuberite-cd634ea138d41b701db7439cef01b95330ae1073.tar.lz cuberite-cd634ea138d41b701db7439cef01b95330ae1073.tar.xz cuberite-cd634ea138d41b701db7439cef01b95330ae1073.tar.zst cuberite-cd634ea138d41b701db7439cef01b95330ae1073.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Group.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Group.h b/src/Group.h index 3299aecbc..8bee6f7ed 100644 --- a/src/Group.h +++ b/src/Group.h @@ -18,8 +18,6 @@ public: // tolua_export void AddPermission( AString a_Permission ); // tolua_export void InheritFrom( cGroup* a_Group ); // tolua_export - bool HasCommand( AString a_Command ); // tolua_export - typedef std::map< AString, bool > PermissionMap; const PermissionMap & GetPermissions() const { return m_Permissions; } |