]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/keybinder.qc
Use the correct team selection command in the keybinder and in other 2 places
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / keybinder.qc
index a53f4a8862a718e157abd6ae3089b836552c5f03..9188263324a0b6a1b27441adf4c636122bcc95e8 100644 (file)
@@ -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();