mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Properly show SUPER team in Scoreboard
This commit is contained in:
parent
23ad27fa29
commit
fea96c411a
|
@ -967,7 +967,7 @@ void CGameClient::OnNewSnapshot()
|
|||
|
||||
// sort player infos by DDRace Team (and score inbetween)
|
||||
Index = 0;
|
||||
for(int Team = 0; Team < MAX_CLIENTS; ++Team)
|
||||
for(int Team = 0; Team <= MAX_CLIENTS; ++Team)
|
||||
{
|
||||
for(int i = 0; i < MAX_CLIENTS && Index < MAX_CLIENTS; ++i)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue