Rudokhvist / ASF-STM

ASF bot list trade matcher
Apache License 2.0
24 stars 2 forks source link

addMatchRow not called on regex match error #5

Closed iBreakEverything closed 3 years ago

iBreakEverything commented 3 years ago

https://github.com/Ryzhehvost/ASF-STM/blob/master/ASF-STM.user.js#L571

addMatchRow call should be outside of if body

Rudokhvist commented 3 years ago

Just putting it outside of if body makes no sense. But now that I think of it - we can use steamID instead of username in case if we can't fetch it.

Rudokhvist commented 3 years ago

Thank you for the report, fixed.