From: Samual Lenks Date: Sun, 24 Feb 2013 04:10:04 +0000 (-0500) Subject: More junk we don't need anymore X-Git-Tag: xonotic-v0.7.0~62^2~23^2~141 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=843ce94866fb4ca6b5366198b390f948c6938f47;p=xonotic%2Fxonotic-data.pk3dir.git More junk we don't need anymore --- diff --git a/qcsrc/common/notifications.qh b/qcsrc/common/notifications.qh index 77e813644..975b079cc 100644 --- a/qcsrc/common/notifications.qh +++ b/qcsrc/common/notifications.qh @@ -406,8 +406,7 @@ void Send_CSQC_Centerprint_Generic(entity e, float id, string s, float duration, MULTITEAM_CENTER(1, CENTER_TEAMCHANGE_, 4, 0, 1, "", CPID_TEAMCHANGE, XPD(0, f1), _("^BGChanging to ^TC^TT^BG in ^COUNT"), "") \ MSG_CENTER_NOTIF(1, CENTER_TEAMCHANGE_SPECTATE, 0, 1, "", CPID_TEAMCHANGE, XPD(0, f1), _("^BGSpectating in ^COUNT"), "") \ MSG_CENTER_NOTIF(1, CENTER_TEAMCHANGE_AUTO, 0, 1, "", CPID_TEAMCHANGE, XPD(0, f1), _("^BGChanging team in ^COUNT"), "") \ - MSG_CENTER_NOTIF(1, CENTER_TEAMCHANGE_SUICIDE, 0, 1, "", CPID_TEAMCHANGE, XPD(0, f1), _("^K1Suicide in ^COUNT"), "") \ - MSG_CENTER_NOTIF(1, CENTER_WEAPON_MARBLES_LOST, 1, 1, "s1 weapon_name", NO_CPID, XPD(0, 0), _("^K1You lost your marbles against ^BG%s^K1 using the ^BG%s!"), "") + MSG_CENTER_NOTIF(1, CENTER_TEAMCHANGE_SUICIDE, 0, 1, "", CPID_TEAMCHANGE, XPD(0, f1), _("^K1Suicide in ^COUNT"), "") #define MSG_WEAPON_NOTIFICATIONS \ /*MSG_WEAPON_NOTIF(1, WEAPON_EMPTY, NO_MSG, NO_MSG)*/ \