Fixed favicons
This commit is contained in:
@@ -203,10 +203,7 @@ bool cServer::InitServer(cIniFile & a_SettingsIni)
|
||||
m_PlayerCount = 0;
|
||||
m_PlayerCountDiff = 0;
|
||||
|
||||
if (cFile::Exists("favicon.png"))
|
||||
{
|
||||
m_FaviconData = Base64Encode(cFile::ReadWholeFile("favicon.png"));
|
||||
}
|
||||
m_FaviconData = Base64Encode(cFile::ReadWholeFile("favicon.png")); // Will return empty string if file nonexistant; client doesn't mind
|
||||
|
||||
if (m_bIsConnected)
|
||||
{
|
||||
@@ -294,15 +291,6 @@ int cServer::GetNumPlayers(void)
|
||||
|
||||
|
||||
|
||||
const AString & cServer::GetFaviconData(void) const
|
||||
{
|
||||
return m_FaviconData;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void cServer::PrepareKeys(void)
|
||||
{
|
||||
// TODO: Save and load key for persistence across sessions
|
||||
|
||||
Reference in New Issue
Block a user