From: z411 Date: Fri, 2 Oct 2020 06:16:57 +0000 (-0300) Subject: Freeze tag alone notif X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7de94b663d7e29f145aed15485de5cdafe7b1369;p=xonotic%2Fxonotic-data.pk3dir.git Freeze tag alone notif --- diff --git a/qcsrc/common/gamemodes/gamemode/freezetag/sv_freezetag.qc b/qcsrc/common/gamemodes/gamemode/freezetag/sv_freezetag.qc index 82bf8f682..7c505abfe 100644 --- a/qcsrc/common/gamemodes/gamemode/freezetag/sv_freezetag.qc +++ b/qcsrc/common/gamemodes/gamemode/freezetag/sv_freezetag.qc @@ -175,8 +175,10 @@ void freezetag_LastPlayerForTeam_Notify(entity this) if(round_handler_IsRoundStarted()) { entity pl = freezetag_LastPlayerForTeam(this); - if(pl) + if(pl) { Send_Notification(NOTIF_ONE, pl, MSG_CENTER, CENTER_ALONE); + Send_Notification(NOTIF_ONE, pl, MSG_ANNCE, ANNCE_ALONE); + } } }