NomiCakes is not restoring frame registered for TRADE_SKILL_SHOW
b-morgan opened this issue ยท 2 comments
I see the code to do it but apparently, its not getting called. I was a bit surprised to not see the event TRADE_SKILL_CLOSE used for cleanup.
The following patch appears to work. I added restoring the registrations after you close the trade skill. I also experimented with adding the TRADE_SKILL_CLOSE event. This patch can probably be improved (like moving the restore instead of duplicating it).
Here's a better patch that uses the TRADE_SKILL_CLOSE event.