mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Fixed bug am46699 - dod stats.sma did not show multi-lingual menus correctly
This commit is contained in:
parent
5649a17502
commit
6fb6d7d399
@ -425,7 +425,7 @@ showStatsMenu(id,pos){
|
|||||||
}
|
}
|
||||||
|
|
||||||
else len += format(menu_body[len],511-len,"^n0. %s" , pos ? "Back" : "Exit" )
|
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
|
return PLUGIN_HANDLED
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user