summaryrefslogtreecommitdiffstats
path: root/src/Entities/Player.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-02-05 21:07:10 +0100
committerMattes D <github@xoft.cz>2014-02-05 21:07:10 +0100
commitcd634ea138d41b701db7439cef01b95330ae1073 (patch)
tree75d3e38c3f0c5bbbfa8e496487202e7574a88428 /src/Entities/Player.h
parentMerge pull request #645 from mc-server/GroupsPermissions (diff)
parentRemoved deprecated HasCommand function (diff)
downloadcuberite-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 'src/Entities/Player.h')
-rw-r--r--src/Entities/Player.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Entities/Player.h b/src/Entities/Player.h
index 50f7560d6..5c56c927a 100644
--- a/src/Entities/Player.h
+++ b/src/Entities/Player.h
@@ -211,7 +211,6 @@ public:
/// Removes a player from the group, resolves permissions and group inheritance (case sensitive)
void RemoveFromGroup( const AString & a_GroupName ); // tolua_export
- bool CanUseCommand( const AString & a_Command ); // tolua_export
bool HasPermission( const AString & a_Permission ); // tolua_export
const GroupList & GetGroups() { return m_Groups; } // >> EXPORTED IN MANUALBINDINGS <<
StringList GetResolvedPermissions(); // >> EXPORTED IN MANUALBINDINGS <<