Skip to content

Commit

Permalink
Clarifies the user shouldn't bypass auto-fill
Browse files Browse the repository at this point in the history
  • Loading branch information
Step7750 committed May 7, 2024
1 parent 3bc0f5b commit b73f1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/trade_offer/auto_fill.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ export class AutoFill extends FloatElement {
const el = UserYou?.findAsset(AppId.CSGO, ContextId.PRIMARY, trade.contract.item.asset_id)?.element;
if (!el) {
alert(
`Failed to auto-fill asset ${trade.contract.item.asset_id}, you may have traded it away; skipping...`
`Failed to auto-fill asset ${trade.contract.item.asset_id}, you may have traded it away -- DO NOT SEND IT MANUALLY!`
);
return;
}
Expand Down

0 comments on commit b73f1a7

Please sign in to comment.