From: drjaska Date: Tue, 30 May 2023 16:45:47 +0000 (+0300) Subject: fix keybinder having wrong team selection bind X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3754ee3ff38cdb03b2f8145ab2e4f7ac038ece1d;p=xonotic%2Fxonotic-data.pk3dir.git fix keybinder having wrong team selection bind --- diff --git a/qcsrc/menu/xonotic/keybinder.qc b/qcsrc/menu/xonotic/keybinder.qc index a53f4a886..918826332 100644 --- a/qcsrc/menu/xonotic/keybinder.qc +++ b/qcsrc/menu/xonotic/keybinder.qc @@ -114,7 +114,7 @@ void KeyBinds_BuildList() KEYBIND_HEADER(_("Teamplay")); KEYBIND_DEF("team_auto" , _("auto-join team")); - KEYBIND_DEF("scoreboard_team_selection" , _("team selection")); + KEYBIND_DEF("team_selection_show" , _("team selection")); KEYBIND_DEF("spec" , _("spectate")); KEYBIND_EMPTY_LINE();