mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 22:51:24 +02:00
message box shows up if player name is set to "newbie"
This commit is contained in:
@@ -336,6 +336,11 @@ MenuStateMasterserver::MenuStateMasterserver(Program *program, MainMenu *mainMen
|
|||||||
ircClient->joinChannel();
|
ircClient->joinChannel();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(netPlayerName=="newbie"){
|
||||||
|
showMessageBox(lang.get("Go back and set your name in the game options"),lang.get("Player name not set"),false);
|
||||||
|
}
|
||||||
|
//showMessageBox("Go back and set your name in the game options!\n\nAt the moment you are just called >>newbie<< !","Player name not set!",false);
|
||||||
|
|
||||||
if(SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled) SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",extractFileFromDirectoryPath(__FILE__).c_str(),__FUNCTION__,__LINE__);
|
if(SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled) SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",extractFileFromDirectoryPath(__FILE__).c_str(),__FUNCTION__,__LINE__);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user