]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/cmd.qc
Fix scoreboard UI input handling, implement team selection in the scoreboard (keyboar...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / cmd.qc
index 9feb068a812bdd377f7bf9a6822cdf0217a52104..0ffd87e866480ecfc097f5fb1c272eb1dba3ba8a 100644 (file)
@@ -114,7 +114,7 @@ void ClientCommand_clientversion(entity caller, int request, int argc)  // inter
                                        else if (teamplay && !autocvar_sv_spectate && !(Player_GetForcedTeamIndex(caller) > 0))
                                        {
                                                TRANSMUTE(Observer, caller);  // really?
-                                               stuffcmd(caller, "menu_showteamselect\n");
+                                               stuffcmd(caller, "scoreboard_team_selection\n");
                                        }
                                }