Mention world location at server startup at action level
parent
54eca4e736
commit
45f78bdf40
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue