-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 fix high value items not checking for asset id price #1273
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR.
I think this might cause an issue here, but if you have tested and it's all good, then I will merge this soon.
tf2autobot/src/lib/tools/getHighValue.ts
Line 71 in fccc83d
itemsWithName[bot.schema.getName(SKU.fromString(sku.replace(/;p\d+/, '')))] = toString; |
Yeah it'll blow up if one item isn't on the pricelist while another is. lemme fix it up |
bbea3d5
to
28fde2f
Compare
28fde2f
to
b4cbf16
Compare
b4cbf16
to
037d5ec
Compare
okay I squashed and rebased onto development |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much 👍
This ensures that high value items are entered into the getHighValue map with the appropriate price key