Skip to content

Commit

Permalink
Update consumables.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
TonybynMp4 authored Apr 2, 2024
1 parent 04e0ff4 commit 2464e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/consumables.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ local function relieveStress(source, min, max)

playerState:set("stress", newStress, true)
if amount < 0 then
exports.qbx_core:Notify(source, locale("error.stress_gain"), 'inform', 2500, nil, nil, {'#141517', '#ffffff'}, 'brain', '#C53030')
exports.qbx_core:Notify(source, locale('error.stress_gain'), 'inform', 2500, nil, nil, {'#141517', '#ffffff'}, 'brain', '#C53030')
else
exports.qbx_core:Notify(source, locale("success.stress_relief"), 'inform', 2500, nil, nil, {'#141517', '#ffffff'}, 'brain', '#0F52BA')
exports.qbx_core:Notify(source, locale('success.stress_relief'), 'inform', 2500, nil, nil, {'#141517', '#ffffff'}, 'brain', '#0F52BA')
end
end

Expand Down

0 comments on commit 2464e4b

Please sign in to comment.