]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make MOTD header fancier in welcome message
authorbones_was_here <bones_was_here@xonotic.au>
Mon, 26 Sep 2022 05:23:23 +0000 (15:23 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Wed, 28 Sep 2022 20:00:47 +0000 (06:00 +1000)
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