mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 17:48:19 +00:00
check
This commit is contained in:
parent
8dd2b6e9e6
commit
474dae5ead
|
@ -925,7 +925,7 @@ void CPlayer::ProcessScoreResult(CScorePlayerResult &Result)
|
||||||
}
|
}
|
||||||
Server()->ExpireServerInfo();
|
Server()->ExpireServerInfo();
|
||||||
int Birthday = Result.m_Data.m_Info.m_Birthday;
|
int Birthday = Result.m_Data.m_Info.m_Birthday;
|
||||||
if(Birthday != 0 && !m_BirthdayAnnounced)
|
if(Birthday != 0 && !m_BirthdayAnnounced && GetCharacter())
|
||||||
{
|
{
|
||||||
char aBuf[512];
|
char aBuf[512];
|
||||||
str_format(aBuf, sizeof(aBuf),
|
str_format(aBuf, sizeof(aBuf),
|
||||||
|
|
Loading…
Reference in a new issue