mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Merge #2665
2665: Use the correct name for determining ranks r=def- a=heinrich5991 Was broken by the recent Steam name update. Co-authored-by: heinrich5991 <heinrich5991@gmail.com>
This commit is contained in:
commit
ff3885b12c
|
@ -4288,7 +4288,7 @@ void CClient::RequestDDNetInfo()
|
|||
if(g_Config.m_BrIndicateFinished)
|
||||
{
|
||||
char aEscaped[128];
|
||||
EscapeUrl(aEscaped, sizeof(aEscaped), g_Config.m_PlayerName);
|
||||
EscapeUrl(aEscaped, sizeof(aEscaped), PlayerName());
|
||||
str_append(aUrl, "?name=", sizeof(aUrl));
|
||||
str_append(aUrl, aEscaped, sizeof(aUrl));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue