Fixed capitalisation of Server message

This commit is contained in:
mathusummut
2018-09-23 11:58:06 +02:00
parent d774a1d179
commit 934d7845c2
2 changed files with 2 additions and 3 deletions

View File

@@ -785,8 +785,7 @@ namespace Glest {
* enabled
*
ircClient->SendIRCCmdMessage(IRC_CHANNEL, " has left the lobby");
*/
sleep(30);
sleep(30);*/
}
cleanup();

View File

@@ -1565,7 +1565,7 @@ namespace Glest {
if (isConnected() == false) {
if (SystemFlags::getSystemSettingType(SystemFlags::debugNetwork).enabled) SystemFlags::OutputDebug(SystemFlags::debugNetwork, "In [%s::%s] Line: %d\n", extractFileFromDirectoryPath(__FILE__).c_str(), __FUNCTION__, __LINE__);
string sErr = "Error, Server has disconnected!";
string sErr = "Error, server has disconnected!";
DisplayErrorMessage(sErr);
if (SystemFlags::getSystemSettingType(SystemFlags::debugNetwork).enabled) SystemFlags::OutputDebug(SystemFlags::debugNetwork, "In [%s::%s] Line: %d\n", extractFileFromDirectoryPath(__FILE__).c_str(), __FUNCTION__, __LINE__);