diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-09-28 11:17:36 +0200 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-09-28 11:17:36 +0200 |
commit | 27331da017625c748a104c72d72c8958003e1e90 (patch) | |
tree | 0adf439366e0d24d569c9658eb254ff793331641 /src | |
parent | cRankManager: Added GetAllPlayers() and GetPlayerName() (diff) | |
download | cuberite-27331da017625c748a104c72d72c8958003e1e90.tar cuberite-27331da017625c748a104c72d72c8958003e1e90.tar.gz cuberite-27331da017625c748a104c72d72c8958003e1e90.tar.bz2 cuberite-27331da017625c748a104c72d72c8958003e1e90.tar.lz cuberite-27331da017625c748a104c72d72c8958003e1e90.tar.xz cuberite-27331da017625c748a104c72d72c8958003e1e90.tar.zst cuberite-27331da017625c748a104c72d72c8958003e1e90.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 ebdba17a0..b577fad05 100644 --- a/src/RankManager.h +++ b/src/RankManager.h @@ -61,7 +61,7 @@ public: AString GetPlayerRankName(const AString & a_PlayerUUID); /** Returns the last name that the specified player has. - If the player isn't in the database, this returns an empty string. */ + An empty string is returned if the player isn't in the database. */ AString GetPlayerName(const AString & a_PlayerUUID); /** Returns the names of Groups that the specified player has assigned to them. */ |