mirror of
https://github.com/minetest/minetest.git
synced 2024-11-30 03:23:45 +01:00
Minetest ASCII art: Move from actionstream to rawstream
This commit is contained in:
parent
a6b9acb7af
commit
1d7fbd035d
@ -415,7 +415,7 @@ void Server::start(Address bind_addr)
|
|||||||
m_thread->start();
|
m_thread->start();
|
||||||
|
|
||||||
// ASCII art for the win!
|
// ASCII art for the win!
|
||||||
actionstream
|
rawstream
|
||||||
<<" .__ __ __ "<<std::endl
|
<<" .__ __ __ "<<std::endl
|
||||||
<<" _____ |__| ____ _____/ |_ ____ _______/ |_ "<<std::endl
|
<<" _____ |__| ____ _____/ |_ ____ _______/ |_ "<<std::endl
|
||||||
<<" / \\| |/ \\_/ __ \\ __\\/ __ \\ / ___/\\ __\\"<<std::endl
|
<<" / \\| |/ \\_/ __ \\ __\\/ __ \\ / ___/\\ __\\"<<std::endl
|
||||||
|
Loading…
Reference in New Issue
Block a user