From d1675c82b52e80b86c106e3c4a7981973e4c27bb Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 29 Oct 2004 02:17:58 +0000 Subject: [PATCH] fixed a language format error --- plugins/cstrike/restmenu.sma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cstrike/restmenu.sma b/plugins/cstrike/restmenu.sma index 3962e400..b9549566 100755 --- a/plugins/cstrike/restmenu.sma +++ b/plugins/cstrike/restmenu.sma @@ -341,7 +341,7 @@ switchCommand( id, action ) { c = g_menusSets[a][1] for (new i = g_menusSets[a][0]; i < c; ++i) setWeapon( i , action ) - console_print( id , "%s %L %L", g_MenuTitle[a], id, (a<5) ? "HAVE_BEEN" : "HAS_BEEN" , action ? "RESTRICTED" : "UNRESTRICTED" ) + console_print( id , "%s %L %L", g_MenuTitle[a], id, (a<5) ? "HAVE_BEEN" : "HAS_BEEN" , id, action ? "RESTRICTED" : "UNRESTRICTED" ) g_Modified = found = true } else if ( (a = findAliasId( arg )) != -1 ) {