fixed log messages

This commit is contained in:
Felix Geyer 2004-08-13 16:23:55 +00:00
parent 7aa6902e36
commit 7961bae20b
2 changed files with 10 additions and 10 deletions

View File

@ -177,7 +177,7 @@ int C_InconsistentFile( const edict_t *player, const char *filename, char *disco
}
catch( ... )
{
AMXXLOG_Log( "[AMXX] fatal error at inconsistent file forward execution");
AMXXLOG_Log( "[AMXX] Fatal error at inconsistent file forward execution");
}
#endif
RETURN_META_VALUE(MRES_SUPERCEDE, TRUE );
@ -611,7 +611,7 @@ void C_ClientCommand( edict_t *pEntity ) {
}
catch( ... )
{
AMXXLOG_Log( "[AMXX] fatal error at commmand forward execution");
AMXXLOG_Log( "[AMXX] Fatal error at commmand forward execution");
}
#endif
@ -688,7 +688,7 @@ void C_ClientCommand( edict_t *pEntity ) {
}
catch( ... )
{
AMXXLOG_Log( "[AMXX] fatal error at menu commmand execution");
AMXXLOG_Log( "[AMXX] Fatal error at menu commmand execution");
}
#endif
}
@ -891,7 +891,7 @@ void C_MessageEnd_Post(void) {
}
catch( ... )
{
AMXXLOG_Log( "[AMXX] fatal error at event execution");
AMXXLOG_Log( "[AMXX] Fatal error at event execution");
}
#endif
#endif