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