From a5746e31a6b4ed242a9cee62eb563502d18aba10 Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Sun, 20 Oct 2024 10:14:28 +0200 Subject: [PATCH] fix: corrected typo --- .../resources/[bpt_addons]/bpt_ambulancejob/client/job.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-data/resources/[bpt_addons]/bpt_ambulancejob/client/job.lua b/server-data/resources/[bpt_addons]/bpt_ambulancejob/client/job.lua index 55c5b9a6e..049ee6fe0 100644 --- a/server-data/resources/[bpt_addons]/bpt_ambulancejob/client/job.lua +++ b/server-data/resources/[bpt_addons]/bpt_ambulancejob/client/job.lua @@ -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