Skip to content

Commit

Permalink
fix: corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Oct 20, 2024
1 parent 2c79a94 commit a5746e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function OpenMobileAmbulanceActionsMenu()
ESX.ShowNotification(TranslateCap("no_players"))
else
if element2.value == "revive" then
revivePlayer(closestPlayer)
RevivePlayer(closestPlayer)
elseif element2.value == "small" then
ESX.TriggerServerCallback("bpt_ambulancejob:getItemAmount", function(quantity)
if quantity > 0 then
Expand Down

0 comments on commit a5746e3

Please sign in to comment.