Skip to content

Commit

Permalink
GAME: Fix typo in Discord message team name
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-li-wop committed Nov 19, 2024
1 parent 6e2ddcd commit 30c442a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/g_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ const char *ClientConnect(int clientNum, qboolean firstTime, qboolean isBot) {
}

if (isTeam) {
buf = va("%i %s playing **%s**\n* Blue noses: %i (and %i bots)\n* Red Pads: %i (and %i bots)\n* "
buf = va("%i %s playing **%s**\n* Blue Noses: %i (and %i bots)\n* Red Pads: %i (and %i bots)\n* "
"Spectators: %i)",
humanAll, padPlayerStr, map, humanCount[TEAM_BLUE], botCount[TEAM_BLUE], humanCount[TEAM_RED],
botCount[TEAM_RED], humanCount[TEAM_SPECTATOR]);
Expand Down

0 comments on commit 30c442a

Please sign in to comment.