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

Method RecordTestExtra

src/game/server/teehistorian.cpp:631–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629}
630
631void CTeeHistorian::RecordTestExtra()
632{
633 if(m_Debug)
634 {
635 dbg_msg("teehistorian", "test");
636 }
637
638 WriteExtra(UUID_TEEHISTORIAN_TEST, "", 0);
639}
640
641void CTeeHistorian::RecordPlayerSwap(int ClientId1, int ClientId2)
642{

Callers 1

TEST_FFunction · 0.80

Calls 1

dbg_msgFunction · 0.85

Tested by 1

TEST_FFunction · 0.64