From: terencehill Date: Mon, 2 May 2016 13:59:14 +0000 (+0200) Subject: Fix wrong cvar of "Display name of flag stealer in Capture The Flag" checkbox and... X-Git-Tag: xonotic-v0.8.2~932^2~3 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1e4903051df78580e32ac06f44bdb7f663e5097a;p=xonotic%2Fxonotic-data.pk3dir.git Fix wrong cvar of "Display name of flag stealer in Capture The Flag" checkbox and add another one to it --- diff --git a/qcsrc/menu/xonotic/dialog_settings_game_messages.qc b/qcsrc/menu/xonotic/dialog_settings_game_messages.qc index 2f009a21b..5ca9a7970 100644 --- a/qcsrc/menu/xonotic/dialog_settings_game_messages.qc +++ b/qcsrc/menu/xonotic/dialog_settings_game_messages.qc @@ -69,7 +69,7 @@ void XonoticGameMessageSettingsTab_fill(entity me) e.sendCvars = true; me.TR(me); me.TD(me, 1, 3, e = makeXonoticCheckBoxEx_T(2, 1, "notification_CHOICE_CTF_PICKUP_ENEMY", _("Display name of flag stealer in Capture The Flag"), "-")); - makeMulti(e, "notification_CHOICE_CTF_PICKUP_TEAM"); + makeMulti(e, "notification_CHOICE_CTF_PICKUP_ENEMY_TEAM notification_CHOICE_CTF_PICKUP_ENEMY_NEUTRAL"); e.sendCvars = true; me.gotoRC(me, 0, 3.2); me.setFirstColumn(me, me.currentColumn);