From 3754ee3ff38cdb03b2f8145ab2e4f7ac038ece1d Mon Sep 17 00:00:00 2001 From: drjaska Date: Tue, 30 May 2023 19:45:47 +0300 Subject: [PATCH] fix keybinder having wrong team selection bind --- qcsrc/menu/xonotic/keybinder.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2