mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Switch to a more neutral ASCII art banner (#15356)
This commit is contained in:
@@ -572,12 +572,11 @@ void Server::start()
|
|||||||
|
|
||||||
// ASCII art for the win!
|
// ASCII art for the win!
|
||||||
const char *art[] = {
|
const char *art[] = {
|
||||||
R"(.__ __ .__ )",
|
R"( _ _ _ )",
|
||||||
R"(| | __ _______ _____/ |_|__|)",
|
R"(| |_ _ __ _ _ __ | |_(_))",
|
||||||
R"(| | | | \__ \ / \ __\ |)",
|
R"(| | | | |/ _` | '_ \| __| |)",
|
||||||
R"(| |_| | // __ \| | \ | | |)",
|
R"(| | |_| | (_| | | | | |_| |)",
|
||||||
R"(|____/____/(____ /___| /__| |__|)",
|
R"(|_|\__,_|\__,_|_| |_|\__|_|)",
|
||||||
R"( \/ \/ )",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!m_admin_chat) {
|
if (!m_admin_chat) {
|
||||||
|
Reference in New Issue
Block a user