Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-11-02 | 576 Bytes | |
v1.6.2.tar.gz | 2020-11-02 | 213.5 kB | |
v1.6.2.zip | 2020-11-02 | 248.4 kB | |
Totals: 3 Items | 462.5 kB | 0 |
https://github.com/idinium96/tf2autobot/pull/105
Fix
- the Array.some()
method when checking whether Noise Maker exists in the pricelist or not. Previously it checks the entire Noise Maker sku instead of the only sku that is/are being checked. (7a4b8c5)
Changes - add missing boolean (stricter type) when checking if trade partner is marked as scammer based on backpack.tf API. The bot will always check if trade partner is a scammer based on Steamrep.com, but if and only if something is wrong with Steamrep, then it will refer to backpack.tf API. (6fb563b)