summaryrefslogtreecommitdiffstats
path: root/src/RankManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/RankManager.h')
-rw-r--r--src/RankManager.h2
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. */