llamasoft / Puca-Power

A JavaScript utility for better trading on PucaTrade.com
MIT License
35 stars 15 forks source link

Fixed add-on trades for gold members #11

Closed CTristan closed 8 years ago

CTristan commented 8 years ago

This is to resolve #10. Gold membership adds an additional column to the Active Trades page, so it was always assuming a bugged outgoing trade. Changed the bugged member check to use a dynamic column index for the Receiver column so it will always check the correct column.

llamasoft commented 8 years ago

Good find! Thanks for the contribution.