| 1709 | { |
| 1710 | return _client->GetMyPlayerRole(); |
| 1711 | } |
| 1712 | else |
| 1713 | { |
| 1714 | return nullptr; |
| 1715 | } |
| 1716 | } |
| 1717 | |
| 1718 | const PlayerIdentity* NetworkManager::FindIdentity(int dpnid) const |
| 1719 | { |
| 1720 | if (_client) |
| 1721 | { |
no outgoing calls
no test coverage detected