Fix typo, fix build
This commit is contained in:
parent
6d7115d62f
commit
e0c25cfe08
@ -2165,7 +2165,7 @@ const char *CPlayer::GetSteam2Id(bool validated)
|
||||
|
||||
const char *CPlayer::GetSteam3Id(bool validated)
|
||||
{
|
||||
if (!m_Steam2Id.length() || validated && !IsAuthStringValidated()))
|
||||
if (!m_Steam2Id.length() || (validated && !IsAuthStringValidated()))
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user