From: Mario Date: Sun, 1 Nov 2020 16:23:53 +0000 (+1000) Subject: Make automatic revival message white, as it is just an info message X-Git-Tag: xonotic-v0.8.5~695 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f32c7c0cd8bb8803d2e1db0d63b21e0fdb934d03;p=xonotic%2Fxonotic-data.pk3dir.git Make automatic revival message white, as it is just an info message --- diff --git a/qcsrc/common/notifications/all.inc b/qcsrc/common/notifications/all.inc index 275d25b0f..d692d73c8 100644 --- a/qcsrc/common/notifications/all.inc +++ b/qcsrc/common/notifications/all.inc @@ -667,7 +667,7 @@ string multiteam_info_sprintf(string input, string teamname) { return ((input != MSG_CENTER_NOTIF(FREEZETAG_REVIVE, N_ENABLE, 1, 0, "s1", CPID_Null, "0 0", _("^K3You revived ^BG%s"), "") MSG_CENTER_NOTIF(FREEZETAG_REVIVE_SELF, N_ENABLE, 0, 0, "", CPID_Null, "0 0", _("^K3You revived yourself"), "") MSG_CENTER_NOTIF(FREEZETAG_REVIVED, N_ENABLE, 1, 0, "s1", CPID_Null, "0 0", _("^K3You were revived by ^BG%s"), "") - MSG_CENTER_NOTIF(FREEZETAG_AUTO_REVIVED, N_ENABLE, 0, 1, "f1", CPID_Null, "0 0", _("^K3You were automatically revived after %s seconds"), "") + MSG_CENTER_NOTIF(FREEZETAG_AUTO_REVIVED, N_ENABLE, 0, 1, "f1", CPID_Null, "0 0", _("^BGYou were automatically revived after %s seconds"), "") MSG_CENTER_NOTIF(GENERATOR_UNDERATTACK, N_ENABLE, 0, 0, "", CPID_Null, "0 0", _("^BGThe generator is under attack!"), "")