Skip to content

Commit

Permalink
Update main.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
TonybynMp4 authored Apr 6, 2024
1 parent dad31b5 commit e69f141
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ lib.callback.register('consumables:client:DrinkAlcohol', function(params)
}
}
}) then -- if completed
TriggerServerEvent('hud:server:RelieveStress', math.random(params.stressRelief.min, params.stressRelief.max))
return true
else -- if canceled
exports.qbx_core:Notify('Canceled...', 'error')
Expand Down

0 comments on commit e69f141

Please sign in to comment.