forked from Mirrorlandia_minetest/minetest
Mention world location at server startup at action level
This commit is contained in:
parent
54eca4e736
commit
45f78bdf40
@ -1098,6 +1098,7 @@ void Server::start(unsigned short port)
|
|||||||
<<"| Y Y \\ | | \\ ___/| | \\ ___/ \\___ \\ | | "<<std::endl
|
<<"| Y Y \\ | | \\ ___/| | \\ ___/ \\___ \\ | | "<<std::endl
|
||||||
<<"|__|_| /__|___| /\\___ >__| \\___ >____ > |__| "<<std::endl
|
<<"|__|_| /__|___| /\\___ >__| \\___ >____ > |__| "<<std::endl
|
||||||
<<" \\/ \\/ \\/ \\/ \\/ "<<std::endl;
|
<<" \\/ \\/ \\/ \\/ \\/ "<<std::endl;
|
||||||
|
actionstream<<"World at ["<<m_path_world<<"]"<<std::endl;
|
||||||
actionstream<<"Server for gameid=\""<<m_gamespec.id
|
actionstream<<"Server for gameid=\""<<m_gamespec.id
|
||||||
<<"\" listening on port "<<port<<"."<<std::endl;
|
<<"\" listening on port "<<port<<"."<<std::endl;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user