diff options
author | andrew <xdotftw@gmail.com> | 2014-05-13 13:53:15 +0200 |
---|---|---|
committer | andrew <xdotftw@gmail.com> | 2014-05-13 13:53:15 +0200 |
commit | 466ff2204f18fda5f4f0f0b3e19f671d57747c24 (patch) | |
tree | 164ce181d4c1bde9801f51296e497a4a603796dc /src/Entities/Player.h | |
parent | Movement Statistics (diff) | |
download | cuberite-466ff2204f18fda5f4f0f0b3e19f671d57747c24.tar cuberite-466ff2204f18fda5f4f0f0b3e19f671d57747c24.tar.gz cuberite-466ff2204f18fda5f4f0f0b3e19f671d57747c24.tar.bz2 cuberite-466ff2204f18fda5f4f0f0b3e19f671d57747c24.tar.lz cuberite-466ff2204f18fda5f4f0f0b3e19f671d57747c24.tar.xz cuberite-466ff2204f18fda5f4f0f0b3e19f671d57747c24.tar.zst cuberite-466ff2204f18fda5f4f0f0b3e19f671d57747c24.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Entities/Player.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/Entities/Player.h b/src/Entities/Player.h index 3de5e9c68..78b534d83 100644 --- a/src/Entities/Player.h +++ b/src/Entities/Player.h @@ -181,12 +181,9 @@ public: cStatManager & GetStatManager() { return m_Stats; } /** Awards the player an achievement. - * - * If all prerequisites are met, this method will award the achievement and will broadcast a chat message. - * If the achievement has been already awarded to the player, this method will just increment the stat counter. - * - * Returns the _new_ stat value. (0 = Could not award achievement) - */ + If all prerequisites are met, this method will award the achievement and will broadcast a chat message. + If the achievement has been already awarded to the player, this method will just increment the stat counter. + Returns the _new_ stat value. (0 = Could not award achievement) */ unsigned int AwardAchievement(const eStatistic a_Ach); void SetIP(const AString & a_IP); |