converted core to new debugging engine

This commit is contained in:
David Anderson
2004-09-15 21:27:35 +00:00
parent d3751054da
commit 1aaf540be4
5 changed files with 7 additions and 12 deletions

View File

@@ -419,8 +419,7 @@ void EventsMngr::executeEvents()
if ((err = amx_Exec((*iter).m_Plugin->getAMX(), NULL, (*iter).m_Func, 1, m_ParseVault ? m_ParseVault[0].iValue : 0)) != AMX_ERR_NONE)
{
AMXXLOG_Log("[AMXX] Run time error %d on line %ld (plugin \"%s\")", err,
(*iter).m_Plugin->getAMX()->curline, (*iter).m_Plugin->getName());
LogError((*iter).m_Plugin->getAMX(), err, "");
}
}