Fixed formatting bugs

This commit is contained in:
David Anderson
2004-09-19 00:37:58 +00:00
parent 89b5496dfb
commit d819c76024
2 changed files with 4 additions and 4 deletions

View File

@@ -107,7 +107,7 @@ public cmdLangMenu(id,level,cid)
if (!get_cvar_num("amx_client_languages"))
{
client_print(id, print_console, "[AMXX] %L", "LANG_MENU_DISABLED")
client_print(id, print_console, "[AMXX] %L", LANG_SERVER, "LANG_MENU_DISABLED")
return PLUGIN_HANDLED
}
@@ -202,4 +202,4 @@ get_lang_id(lang[]) {
}
return 0
}
}