Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Kedrihan authored Jul 17, 2024
1 parent c300b15 commit b991131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/[soz]/soz-inventory/server/events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ QBCore.Functions.CreateCallback("inventory:server:TransfertItem",
});
end
TriggerClientEvent("soz-core:client:notification:draw", sourceInv.id,
string.format("On vous a pris ~r~%s %s", amount, QBCore.Shared.Items[item].label))
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 b991131

Please sign in to comment.