Mention world location at server startup at action level

This commit is contained in:
Perttu Ahola 2012-03-11 15:49:14 +02:00
parent 54eca4e736
commit 45f78bdf40
1 changed files with 1 additions and 0 deletions

View File

@ -1098,6 +1098,7 @@ void Server::start(unsigned short port)
<<"| Y Y \\ | | \\ ___/| | \\ ___/ \\___ \\ | | "<<std::endl
<<"|__|_| /__|___| /\\___ >__| \\___ >____ > |__| "<<std::endl
<<" \\/ \\/ \\/ \\/ \\/ "<<std::endl;
actionstream<<"World at ["<<m_path_world<<"]"<<std::endl;
actionstream<<"Server for gameid=\""<<m_gamespec.id
<<"\" listening on port "<<port<<"."<<std::endl;
}