mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Mention world location at server startup at action level
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user