Skip to content

Commit

Permalink
fix: accessing undefined variable elements
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Dec 26, 2024
1 parent 0868ff0 commit c12f767
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function OpenArmoryMenu(station)
return ESX.CloseContext()
end

ESX.OpenContext("right", elements, function(menu)
ESX.OpenContext("right", function(menu)
CurrentAction = "menu_armory"
CurrentActionMsg = TranslateCap("open_armory")
CurrentActionData = { station = station }
Expand Down

0 comments on commit c12f767

Please sign in to comment.