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

@ -362,7 +362,7 @@ public actionMapsMenu(id,key) {
switch (get_cvar_num("amx_show_activity")) {
case 2: client_print(0,print_chat,"%L",LANG_PLAYER,"ADMIN_CHANGEL_2",name,g_mapName[ a ])
case 1: client_print(0,print_chat,"%L",LANG_PLAYER,"ADMIN_CHANGEL_2",g_mapName[ a ])
case 1: client_print(0,print_chat,"%L",LANG_PLAYER,"ADMIN_CHANGEL_1",g_mapName[ a ])
}
log_amx("Cmd: ^"%s<%d><%s><>^" changelevel ^"%s^"",
@ -432,4 +432,4 @@ load_settings(filename[]) {
}
return 1
}
}