summaryrefslogtreecommitdiffstats
path: root/src/Server.h
diff options
context:
space:
mode:
authorBill Derouin <derouinbill@gmail.com>2014-01-07 16:31:06 +0100
committerBill Derouin <derouinbill@gmail.com>2014-01-07 16:31:06 +0100
commit913841f50115379ebaaba1cb88c3f1cdfed09320 (patch)
tree94420b3f5aabe3d3790e1ac68dcb4dfff658d911 /src/Server.h
parentMerge pull request #511 from mc-server/CmakeOutput (diff)
downloadcuberite-913841f50115379ebaaba1cb88c3f1cdfed09320.tar
cuberite-913841f50115379ebaaba1cb88c3f1cdfed09320.tar.gz
cuberite-913841f50115379ebaaba1cb88c3f1cdfed09320.tar.bz2
cuberite-913841f50115379ebaaba1cb88c3f1cdfed09320.tar.lz
cuberite-913841f50115379ebaaba1cb88c3f1cdfed09320.tar.xz
cuberite-913841f50115379ebaaba1cb88c3f1cdfed09320.tar.zst
cuberite-913841f50115379ebaaba1cb88c3f1cdfed09320.zip
Diffstat (limited to 'src/Server.h')
-rw-r--r--src/Server.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Server.h b/src/Server.h
index e62c4c7b7..e33264277 100644
--- a/src/Server.h
+++ b/src/Server.h
@@ -106,6 +106,8 @@ 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);
+
+ AString GetFaviconData(void);
CryptoPP::RSA::PrivateKey & GetPrivateKey(void) { return m_PrivateKey; }
CryptoPP::RSA::PublicKey & GetPublicKey (void) { return m_PublicKey; }
@@ -183,6 +185,7 @@ private:
cRCONServer m_RCONServer;
AString m_Description;
+ AString m_Favicon;
int m_MaxPlayers;
bool m_bIsHardcore;