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

@@ -173,8 +173,7 @@ void LogEventsMngr::executeLogEvents()
if (valid){
if ((err = amx_Exec(a->plugin->getAMX(), NULL , a->func , 0)) != AMX_ERR_NONE)
AMXXLOG_Log("[AMXX] Run time error %d on line %ld (plugin \"%s\")",
err,a->plugin->getAMX()->curline,a->plugin->getName());
LogError(a->plugin->getAMX(), err, "");
}
#ifdef ENABLEEXEPTIONS
@@ -248,4 +247,4 @@ LogEventsMngr::CLogEvent *LogEventsMngr::getValidLogEvent( CLogEvent * a )
return a;
}
return 0;
}
}