| 1927 | } |
| 1928 | |
| 1929 | void CGameContext::TeehistorianRecordPlayerDrop(int ClientId, const char *pReason) |
| 1930 | { |
| 1931 | if(m_TeeHistorianActive) |
| 1932 | { |
| 1933 | m_TeeHistorian.RecordPlayerDrop(ClientId, pReason); |
| 1934 | } |
| 1935 | } |
| 1936 | |
| 1937 | void CGameContext::TeehistorianRecordPlayerRejoin(int ClientId) |
| 1938 | { |
no test coverage detected