Fix team not started message (fixes #4884)

Thanks to c0d3d3v for noticing
This commit is contained in:
Dennis Felsing 2022-03-28 16:29:21 +02:00
parent 585e8490d3
commit 751a828109

View file

@ -277,7 +277,6 @@ void CGameTeams::Tick()
}
str_append(aPlayerNames, Server()->ClientName(j), sizeof(aPlayerNames));
NumPlayersNotStarted += 1;
break;
}
}
if(!aPlayerNames[0])