From: terencehill Date: Mon, 6 Apr 2020 21:44:57 +0000 (+0200) Subject: Revert the addition of the message "Press SPACE to enter the game" to the MOTD X-Git-Tag: xonotic-v0.8.5~1131 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6fd25b4220382ad1219d09adc66a8b30a4ee651a;p=xonotic%2Fxonotic-data.pk3dir.git Revert the addition of the message "Press SPACE to enter the game" to the MOTD --- diff --git a/qcsrc/common/notifications/all.inc b/qcsrc/common/notifications/all.inc index 0b0ea6bd9..ca63d9f1b 100644 --- a/qcsrc/common/notifications/all.inc +++ b/qcsrc/common/notifications/all.inc @@ -714,7 +714,7 @@ MSG_CENTER_NOTIF(INSTAGIB_LIVES_REMAINING, N_ENABLE, 0, 1, "f1", CPID_Null, "0 0", _("^F2Extra lives remaining: ^K1%s"), "") MSG_CENTER_NOTIF(CAMPAIGN_MESSAGE, N_ENABLE, 1, 1, "f1 s1 join_key", CPID_CAMPAIGN_MESSAGE, "-1 0", strcat(_("Level %s: "), "^BG%s\n^3\n", _("^BGPress ^F2%s^BG to enter the game")), "") - MSG_CENTER_NOTIF(MOTD, N_ENABLE, 1, 0, "s1 join_key", CPID_MOTD, "-1 0", strcat("^BG%s\n^3\n", _("^BGPress ^F2%s^BG to enter the game")), "") + MSG_CENTER_NOTIF(MOTD, N_ENABLE, 1, 0, "s1", CPID_MOTD, "-1 0", "^BG%s", "") MSG_CENTER_NOTIF(NIX_COUNTDOWN, N_ENABLE, 0, 2, "item_wepname", CPID_NIX, "1 f2", _("^F2^COUNT^BG until weapon change...\nNext weapon: ^F1%s"), "") MSG_CENTER_NOTIF(NIX_NEWWEAPON, N_ENABLE, 0, 1, "item_wepname", CPID_NIX, "0 0", _("^F2Active weapon: ^F1%s"), "")