Skip to content

Commit

Permalink
Update main.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm committed Jul 24, 2024
1 parent fba599f commit 64b195b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ exports('Revive', revivePlayer)
---removes all ailments, sets to full health, and fills up hunger and thirst.
---@param src Source
local function heal(src)
TriggerClientEvent('qbx_medical:client:heal', src, 'partial')
TriggerClientEvent('qbx_medical:client:heal', src, 'full')
end

exports('Heal', heal)
Expand Down

0 comments on commit 64b195b

Please sign in to comment.