From: Mario Date: Fri, 18 Mar 2016 02:56:04 +0000 (+1000) Subject: Fix some repetition X-Git-Tag: xonotic-v0.8.2~1065 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a018326db7443e8e3c053f95b5f857d441fcf37e;p=xonotic%2Fxonotic-data.pk3dir.git Fix some repetition --- diff --git a/qcsrc/client/announcer.qc b/qcsrc/client/announcer.qc index 016c87f32..522d1729f 100644 --- a/qcsrc/client/announcer.qc +++ b/qcsrc/client/announcer.qc @@ -60,7 +60,7 @@ void Announcer_Countdown() Local_Notification(MSG_CENTER, CENTER_COUNTDOWN_GAMESTART, countdown_rounded); Notification annce_num = Announcer_PickNumber(CNT_GAMESTART, countdown_rounded); if(annce_num != NULL) - Local_Notification(MSG_ANNCE, Announcer_PickNumber(CNT_GAMESTART, countdown_rounded)); + Local_Notification(MSG_ANNCE, annce_num); } this.nextthink = (starttime - (countdown - 1));