summaryrefslogtreecommitdiffstats
path: root/src/Server.h
diff options
context:
space:
mode:
authorAlexander Harkness <bearbin@gmail.com>2014-01-12 13:38:41 +0100
committerAlexander Harkness <bearbin@gmail.com>2014-01-12 13:38:41 +0100
commit273db55bdfe789e18601417931dd89bd6cd94b83 (patch)
tree537a559bcd7f18e0aad2b853f223f06404309ee7 /src/Server.h
parentMerge pull request #533 from mc-server/CmakeMultiConfig (diff)
parentFixed rails powering (diff)
downloadcuberite-273db55bdfe789e18601417931dd89bd6cd94b83.tar
cuberite-273db55bdfe789e18601417931dd89bd6cd94b83.tar.gz
cuberite-273db55bdfe789e18601417931dd89bd6cd94b83.tar.bz2
cuberite-273db55bdfe789e18601417931dd89bd6cd94b83.tar.lz
cuberite-273db55bdfe789e18601417931dd89bd6cd94b83.tar.xz
cuberite-273db55bdfe789e18601417931dd89bd6cd94b83.tar.zst
cuberite-273db55bdfe789e18601417931dd89bd6cd94b83.zip
Diffstat (limited to 'src/Server.h')
-rw-r--r--src/Server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server.h b/src/Server.h
index d79417fb0..703a7077e 100644
--- a/src/Server.h
+++ b/src/Server.h
@@ -107,7 +107,7 @@ public: // tolua_export
/// Notifies the server that a player is being destroyed; the server uses this to adjust the number of players
void PlayerDestroying(const cPlayer * a_Player);
- /* Returns base64 encoded favicon data (obtained from favicon.png) */
+ /** Returns base64 encoded favicon data (obtained from favicon.png) */
const AString & GetFaviconData(void) const { return m_FaviconData; }
CryptoPP::RSA::PrivateKey & GetPrivateKey(void) { return m_PrivateKey; }