diff options
author | madmaxoft <github@xoft.cz> | 2014-09-29 22:00:14 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-09-29 22:00:14 +0200 |
commit | 33dc66a4d23246b5794cf9ca5bd4287a72db4cec (patch) | |
tree | 21c480569faf2bcc1f18cfc1dbb75defc605102d /src/RankManager.h | |
parent | Updated the Core. (diff) | |
download | cuberite-33dc66a4d23246b5794cf9ca5bd4287a72db4cec.tar cuberite-33dc66a4d23246b5794cf9ca5bd4287a72db4cec.tar.gz cuberite-33dc66a4d23246b5794cf9ca5bd4287a72db4cec.tar.bz2 cuberite-33dc66a4d23246b5794cf9ca5bd4287a72db4cec.tar.lz cuberite-33dc66a4d23246b5794cf9ca5bd4287a72db4cec.tar.xz cuberite-33dc66a4d23246b5794cf9ca5bd4287a72db4cec.tar.zst cuberite-33dc66a4d23246b5794cf9ca5bd4287a72db4cec.zip |
Diffstat (limited to '')
-rw-r--r-- | src/RankManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RankManager.h b/src/RankManager.h index 3f5884f2e..61c52fda6 100644 --- a/src/RankManager.h +++ b/src/RankManager.h @@ -83,7 +83,7 @@ public: Returns an empty vector if the rank doesn't exist. Any non-existent groups are ignored. */ AStringVector GetRankPermissions(const AString & a_RankName); - /** Returns the short uuids of all defined players. */ + /** Returns the short uuids of all defined players. The returned players are ordered by their name (NOT their UUIDs). */ AStringVector GetAllPlayerUUIDs(void); /** Returns the names of all defined ranks. */ |