From ba1729708b8c062622911cf72500a4f07f4c9f36 Mon Sep 17 00:00:00 2001 From: mittorn Date: Wed, 8 Aug 2018 18:00:17 +0700 Subject: [PATCH] Fix error message --- dlls/gravgunmod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/gravgunmod.cpp b/dlls/gravgunmod.cpp index 6f386647..a79ec7b3 100644 --- a/dlls/gravgunmod.cpp +++ b/dlls/gravgunmod.cpp @@ -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; }