Skip to content

Commit

Permalink
fix: typoed config variable
Browse files Browse the repository at this point in the history
  • Loading branch information
solareon authored Nov 25, 2023
1 parent dccb756 commit f34756c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/hospital.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ local function putPlayerInBed(hospitalName, bedIndex, isRevive, skipOpenCheck)
Wait(5)
if isRevive then
exports.qbx_core:Notify(Lang:t('success.being_helped'), 'success')
Wait(config.aiHealTime * 1000)
Wait(config.aiHealTimer * 1000)
TriggerEvent("hospital:client:Revive")
else
CanLeaveBed = true
Expand Down

0 comments on commit f34756c

Please sign in to comment.