Skip to content

Commit

Permalink
Update MatchLanguage.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn authored Nov 29, 2024
1 parent f839166 commit feb4ffa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MatchBot/MatchLanguage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ CMatchLanguage gMatchLanguage;
// On server activate
void CMatchLanguage::Load()
{
// Clear Current translation system data
this->m_Data.clear();
// Clear Current translation system data
this->m_Data.clear();

// Memory Script instance
CMemScript* lpMemScript = new CMemScript;
Expand Down Expand Up @@ -61,7 +61,7 @@ void CMatchLanguage::Load()
catch (...)
{
// Catch for erros
gpMetaUtilFuncs->pfnLogConsole(&Plugin_info, "[%s][%s] %s", __func__, MB_LANGUAGE_FILE, lpMemScript->GetError().c_str());
// gpMetaUtilFuncs->pfnLogConsole(&Plugin_info, "[%s][%s] %s", __func__, MB_LANGUAGE_FILE, lpMemScript->GetError().c_str());
}
}

Expand Down

0 comments on commit feb4ffa

Please sign in to comment.