Skip to content

Commit

Permalink
Update menu.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
JusCampin committed Sep 6, 2024
1 parent 577f776 commit b99a4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ function ShowInputForItem(page, itemLabel, serverItemName)
if Config.devMode then
print("Amount entered for " .. itemLabel .. ": " .. amount)
end
TriggerServerEvent('bcc-medical:takeitem', serverItemName, amount)
TriggerServerEvent('bcc-medical:TakeItem', serverItemName, amount)
CabinetMenu()
else
print("Invalid input. Please enter a numeric value.")
Expand Down

0 comments on commit b99a4fa

Please sign in to comment.