Skip to content

Commit

Permalink
remove nofication on cant carry
Browse files Browse the repository at this point in the history
  • Loading branch information
L0stedMrlion authored Jun 8, 2024
1 parent 4c6073b commit 18943bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ AddEventHandler("lion_medibag:pickupMedbagResponse", function(canCarry, medibagN
end
end
else
Notify("Medibag", Config.Locale["cantcarry"], 2000)
end
end)

Expand Down

0 comments on commit 18943bf

Please sign in to comment.