mirror of
https://github.com/minetest/minetest.git
synced 2024-11-20 14:43:45 +01:00
Switch to a more neutral ASCII art banner (#15356)
This commit is contained in:
parent
db04964697
commit
1fa4ca7c59
@ -572,12 +572,11 @@ void Server::start()
|
||||
|
||||
// ASCII art for the win!
|
||||
const char *art[] = {
|
||||
R"(.__ __ .__ )",
|
||||
R"(| | __ _______ _____/ |_|__|)",
|
||||
R"(| | | | \__ \ / \ __\ |)",
|
||||
R"(| |_| | // __ \| | \ | | |)",
|
||||
R"(|____/____/(____ /___| /__| |__|)",
|
||||
R"( \/ \/ )",
|
||||
R"( _ _ _ )",
|
||||
R"(| |_ _ __ _ _ __ | |_(_))",
|
||||
R"(| | | | |/ _` | '_ \| __| |)",
|
||||
R"(| | |_| | (_| | | | | |_| |)",
|
||||
R"(|_|\__,_|\__,_|_| |_|\__|_|)",
|
||||
};
|
||||
|
||||
if (!m_admin_chat) {
|
||||
|
Loading…
Reference in New Issue
Block a user