mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
mysql-async request optimizations
This commit is contained in:
+5
-1
@@ -316,7 +316,11 @@ function OpenArmoryMenu(station)
|
||||
|
||||
for i=1, #Config.PoliceStations[station].AuthorizedWeapons, 1 do
|
||||
local weapon = Config.PoliceStations[station].AuthorizedWeapons[i]
|
||||
table.insert(elements, {label = ESX.GetWeaponLabel(weapon.name), value = weapon.name})
|
||||
|
||||
table.insert(elements, {
|
||||
label = ESX.GetWeaponLabel(weapon.name),
|
||||
value = weapon.name
|
||||
})
|
||||
end
|
||||
|
||||
ESX.UI.Menu.CloseAll()
|
||||
|
||||
Reference in New Issue
Block a user