mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Merge #1485
1485: Browser's scoreboard now shows score based on cl_ddrace_scoreboard r=def- a=fokkonaut Co-authored-by: fokkonaut <35420825+fokkonaut@users.noreply.github.com>
This commit is contained in:
commit
1d9eb965fa
|
@ -999,7 +999,7 @@ void CMenus::RenderServerbrowserServerDetail(CUIRect View)
|
|||
|
||||
if(!pSelectedServer->m_aClients[i].m_Player)
|
||||
str_copy(aTemp, "SPEC", sizeof(aTemp));
|
||||
else if(IsRace(pSelectedServer))
|
||||
else if(IsRace(pSelectedServer) && g_Config.m_ClDDRaceScoreBoard && m_pClient->m_AllowTimeScore[g_Config.m_ClDummy])
|
||||
{
|
||||
if(pSelectedServer->m_aClients[i].m_Score == -9999 || pSelectedServer->m_aClients[i].m_Score == 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue