mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 05:45:36 +03:00
committed fix for bug am45017 (phrase not translated)
This commit is contained in:
parent
ff8fd747c5
commit
63bc8885c9
@ -353,7 +353,7 @@ public actionVoteMapMenu(id, key)
|
||||
}
|
||||
|
||||
keys |= (1<<8)
|
||||
len += format(menuBody[len], 511, "^n9. None^n")
|
||||
len += format(menuBody[len], 511, "^n9. %L^n", id, "NONE")
|
||||
} else {
|
||||
len = format(menuBody, 511, g_coloredMenus ? "\y%L^n%s?^n\w^n1. %L^n2. %L^n" : "%L^n%s?^n^n1. %L^n2. %L^n", id, "CHANGE_MAP_TO", g_mapName[g_voteSelected[id][0]], id, "YES", id, "NO")
|
||||
keys = MENU_KEY_1|MENU_KEY_2
|
||||
|
Loading…
Reference in New Issue
Block a user