| 688 | **************************/ |
| 689 | |
| 690 | Translator::Translator() : m_ServerLang(SOURCEMOD_LANGUAGE_ENGLISH) |
| 691 | { |
| 692 | m_pStringTab = new BaseStringTable(2048); |
| 693 | strncopy(m_InitialLang, "en", sizeof(m_InitialLang)); |
| 694 | } |
| 695 | |
| 696 | Translator::~Translator() |
| 697 | { |
nothing calls this directly
no test coverage detected