mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix team not started message (fixes #4884)
Thanks to c0d3d3v for noticing
This commit is contained in:
parent
585e8490d3
commit
751a828109
|
@ -277,7 +277,6 @@ void CGameTeams::Tick()
|
||||||
}
|
}
|
||||||
str_append(aPlayerNames, Server()->ClientName(j), sizeof(aPlayerNames));
|
str_append(aPlayerNames, Server()->ClientName(j), sizeof(aPlayerNames));
|
||||||
NumPlayersNotStarted += 1;
|
NumPlayersNotStarted += 1;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(!aPlayerNames[0])
|
if(!aPlayerNames[0])
|
||||||
|
|
Loading…
Reference in a new issue