Skip to content

Commit

Permalink
Minetest ASCII art: Move from actionstream to rawstream
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Mar 21, 2018
1 parent 15bafa6 commit cd6bcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.cpp
Expand Up @@ -366,7 +366,7 @@ void Server::start()
m_thread->start();

// ASCII art for the win!
actionstream
rawstream
<< " .__ __ __ " << std::endl
<< " _____ |__| ____ _____/ |_ ____ _______/ |_ " << std::endl
<< " / \\| |/ \\_/ __ \\ __\\/ __ \\ / ___/\\ __\\" << std::endl
Expand Down

0 comments on commit cd6bcef

Please sign in to comment.