From: paramat Date: Sat, 17 Mar 2018 22:05:21 +0000 (+0000) Subject: Minetest ASCII art: Move from actionstream to rawstream X-Git-Tag: 5.0.0~502 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cd6bcef6d9f387d43fa8fa34b93722ab0b8ba895;p=oweals%2Fminetest.git Minetest ASCII art: Move from actionstream to rawstream --- diff --git a/src/server.cpp b/src/server.cpp index 166aa4db0..774f3ef12 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -366,7 +366,7 @@ void Server::start() m_thread->start(); // ASCII art for the win! - actionstream + rawstream << " .__ __ __ " << std::endl << " _____ |__| ____ _____/ |_ ____ _______/ |_ " << std::endl << " / \\| |/ \\_/ __ \\ __\\/ __ \\ / ___/\\ __\\" << std::endl