Fix error message

This commit is contained in:
mittorn 2018-08-08 18:00:17 +07:00
parent a7cd5b0565
commit ba1729708b
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ GGM_PlayerMenu &GGM_PlayerMenu::Add(const char *name, const char *command)
if( m_iCount > 4 )
{
ALERT( at_error, "GGM_PlayerMenu::Add: Only 5 menu items supported" );
ALERT( at_error, "GGM_PlayerMenu::Add: Only 5 menu items supported\n" );
return *this;
}