]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qc
Make MOTD header fancier in welcome message
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qc
index 1dba6aa9675efb01ccd9e21fe059cf6a4e90f0ed..9fc858cdad179673c3166f5b2dde64b496129d79 100644 (file)
@@ -1468,7 +1468,7 @@ bool net_handle_ServerWelcome()
        msg = strcat(msg, mutator_msg); // trust that the mutator will do proper formatting
 
        if (motd != "")
-               msg = strcat(msg, "\n\n^8", _("MOTD:"), " ^7", motd);
+               msg = strcat(msg, "^8\n^9↓ ", _("Server's message"), " ↓^8\n", motd);
 
        strcpy(welcome_msg, msg);
        welcome_msg_menu_check_maxtime = time + 1; // wait for menu to load before showing the welcome dialog