From 1e4903051df78580e32ac06f44bdb7f663e5097a Mon Sep 17 00:00:00 2001 From: terencehill Date: Mon, 2 May 2016 15:59:14 +0200 Subject: [PATCH] Fix wrong cvar of "Display name of flag stealer in Capture The Flag" checkbox and add another one to it --- qcsrc/menu/xonotic/dialog_settings_game_messages.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2