Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Minetest ASCII art: Move from actionstream to rawstream
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
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 |
|
|