Minetest ASCII art: Move from actionstream to rawstream
authorparamat <paramat@users.noreply.github.com>
Sat, 17 Mar 2018 22:05:21 +0000 (22:05 +0000)
committerSmallJoker <mk939@ymail.com>
Sun, 3 Jun 2018 15:32:00 +0000 (17:32 +0200)
src/server.cpp

index f8e6846c344d3a504a29bb3d3f53c848f51462e3..3630659959f5b09915ca6317adbd4eea1a41566e 100644 (file)
@@ -415,7 +415,7 @@ void Server::start(Address bind_addr)
        m_thread->start();
 
        // ASCII art for the win!
-       actionstream
+       rawstream
        <<"        .__               __                   __   "<<std::endl
        <<"  _____ |__| ____   _____/  |_  ____   _______/  |_ "<<std::endl
        <<" /     \\|  |/    \\_/ __ \\   __\\/ __ \\ /  ___/\\   __\\"<<std::endl