Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Kedrihan committed Jul 16, 2024
1 parent 2b7cfd9 commit c300b15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/[soz]/soz-inventory/server/events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ QBCore.Functions.CreateCallback("inventory:server:TransfertItem",
coord1.z,
});
end
TriggerClientEvent("soz-core:client:notification:draw", sourceInv.id, string.format("On vous a pris ~r~%s %s", amount, QBCore.Shared.Items[item].label))
TriggerClientEvent("soz-core:client:notification:draw", sourceInv.id,
string.format("On vous a pris ~r~%s %s", amount, QBCore.Shared.Items[item].label))
end

local sourceInventory = sourceInv
Expand Down

0 comments on commit c300b15

Please sign in to comment.