mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
fix(menu): fix the new boss Menu
This commit is contained in:
+2
-2
@@ -284,8 +284,8 @@ function OpenRecruitMenu(society)
|
||||
{
|
||||
title = _U('do_you_want_to_recruit', data.current.name),
|
||||
elements = {
|
||||
{label = _U('yes'), value = 'no'},
|
||||
{label = _U('no'), value = 'yes'},
|
||||
{label = _U('yes'), value = 'yes'},
|
||||
{label = _U('no'), value = 'no'},
|
||||
}
|
||||
},
|
||||
function(data2, menu2)
|
||||
|
||||
Reference in New Issue
Block a user