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)
committerparamat <mat.gregory@virginmedia.com>
Wed, 21 Mar 2018 04:31:46 +0000 (04:31 +0000)
src/server.cpp

index 166aa4db0e1776300eb09a8a1e89592b6ec4d034..774f3ef124821fd0cf652fa29f71c1adf5519e43 100644 (file)
@@ -366,7 +366,7 @@ void Server::start()
        m_thread->start();
 
        // ASCII art for the win!
-       actionstream
+       rawstream
                << "        .__               __                   __   " << std::endl
                << "  _____ |__| ____   _____/  |_  ____   _______/  |_ " << std::endl
                << " /     \\|  |/    \\_/ __ \\   __\\/ __ \\ /  ___/\\   __\\" << std::endl