fixed log messages
This commit is contained in:
parent
7aa6902e36
commit
7961bae20b
@ -177,7 +177,7 @@ int C_InconsistentFile( const edict_t *player, const char *filename, char *disco
|
|||||||
}
|
}
|
||||||
catch( ... )
|
catch( ... )
|
||||||
{
|
{
|
||||||
AMXXLOG_Log( "[AMXX] fatal error at inconsistent file forward execution");
|
AMXXLOG_Log( "[AMXX] Fatal error at inconsistent file forward execution");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
RETURN_META_VALUE(MRES_SUPERCEDE, TRUE );
|
RETURN_META_VALUE(MRES_SUPERCEDE, TRUE );
|
||||||
@ -611,7 +611,7 @@ void C_ClientCommand( edict_t *pEntity ) {
|
|||||||
}
|
}
|
||||||
catch( ... )
|
catch( ... )
|
||||||
{
|
{
|
||||||
AMXXLOG_Log( "[AMXX] fatal error at commmand forward execution");
|
AMXXLOG_Log( "[AMXX] Fatal error at commmand forward execution");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -688,7 +688,7 @@ void C_ClientCommand( edict_t *pEntity ) {
|
|||||||
}
|
}
|
||||||
catch( ... )
|
catch( ... )
|
||||||
{
|
{
|
||||||
AMXXLOG_Log( "[AMXX] fatal error at menu commmand execution");
|
AMXXLOG_Log( "[AMXX] Fatal error at menu commmand execution");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
@ -891,7 +891,7 @@ void C_MessageEnd_Post(void) {
|
|||||||
}
|
}
|
||||||
catch( ... )
|
catch( ... )
|
||||||
{
|
{
|
||||||
AMXXLOG_Log( "[AMXX] fatal error at event execution");
|
AMXXLOG_Log( "[AMXX] Fatal error at event execution");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user