mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-08 21:14:14 +00:00
Fix error message
This commit is contained in:
parent
a7cd5b0565
commit
ba1729708b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user