mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 19:29:47 +02:00
Fixed capitalisation of Server message
This commit is contained in:
@@ -785,8 +785,7 @@ namespace Glest {
|
||||
* enabled
|
||||
*
|
||||
ircClient->SendIRCCmdMessage(IRC_CHANNEL, " has left the lobby");
|
||||
*/
|
||||
sleep(30);
|
||||
sleep(30);*/
|
||||
}
|
||||
|
||||
cleanup();
|
||||
|
@@ -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__);
|
||||
|
Reference in New Issue
Block a user