Fixed bug am46699 - dod stats.sma did not show multi-lingual menus correctly

This commit is contained in:
David Anderson 2006-10-31 19:42:34 +00:00
parent 5649a17502
commit 6fb6d7d399

View File

@ -425,7 +425,7 @@ showStatsMenu(id,pos){
}
else len += format(menu_body[len],511-len,"^n0. %s" , pos ? "Back" : "Exit" )
show_menu(id,keys,menu_body)
show_menu(id,keys,menu_body,-1,"Server Stats")
return PLUGIN_HANDLED
}