MCPcopy Create free account
hub / github.com/ddnet/ddnet / TeehistorianRecordPlayerDrop

Method TeehistorianRecordPlayerDrop

src/game/server/gamecontext.cpp:1929–1935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

DelClientCallbackMethod · 0.80

Calls 1

RecordPlayerDropMethod · 0.80

Tested by

no test coverage detected