mirror of
https://github.com/glest/glest-source.git
synced 2025-09-02 04:22:32 +02:00
Fixed capitalisation of Server message
This commit is contained in:
@@ -785,8 +785,7 @@ namespace Glest {
|
|||||||
* enabled
|
* enabled
|
||||||
*
|
*
|
||||||
ircClient->SendIRCCmdMessage(IRC_CHANNEL, " has left the lobby");
|
ircClient->SendIRCCmdMessage(IRC_CHANNEL, " has left the lobby");
|
||||||
*/
|
sleep(30);*/
|
||||||
sleep(30);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cleanup();
|
cleanup();
|
||||||
|
@@ -1565,7 +1565,7 @@ namespace Glest {
|
|||||||
if (isConnected() == false) {
|
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__);
|
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);
|
DisplayErrorMessage(sErr);
|
||||||
|
|
||||||
if (SystemFlags::getSystemSettingType(SystemFlags::debugNetwork).enabled) SystemFlags::OutputDebug(SystemFlags::debugNetwork, "In [%s::%s] Line: %d\n", extractFileFromDirectoryPath(__FILE__).c_str(), __FUNCTION__, __LINE__);
|
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