| 1094 | } |
| 1095 | } |
| 1096 | const char *CClient::PlayerName() const |
| 1097 | { |
| 1098 | if(g_Config.m_PlayerName[0]) |
| 1099 | { |
| 1100 | return g_Config.m_PlayerName; |
| 1101 | } |
| 1102 | if(g_Config.m_SteamName[0]) |
| 1103 | { |
| 1104 | return g_Config.m_SteamName; |
| 1105 | } |
| 1106 | return "nameless tee"; |
| 1107 | } |
| 1108 | |
| 1109 | const char *CClient::DummyName() |
| 1110 | { |
no outgoing calls
no test coverage detected