| 2290 | } |
| 2291 | |
| 2292 | const char *CPlayer::GetSteam2Id(bool validated) |
| 2293 | { |
| 2294 | if (!m_Steam2Id.length() || (validated && !IsAuthStringValidated())) |
| 2295 | { |
| 2296 | return NULL; |
| 2297 | } |
| 2298 | |
| 2299 | return m_Steam2Id.c_str(); |
| 2300 | } |
| 2301 | |
| 2302 | const char *CPlayer::GetSteam3Id(bool validated) |
| 2303 | { |
no test coverage detected