Infinitay / essence-pouch-tracker

A RuneLite plugin that tracks both the amount of essence stored in your essence pouches and the amount of essence until decay.
https://runelite.net/plugin-hub/show/essence-pouch-tracking
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

fix: Use tracking state for bank rendering (#45) #46

Closed Infinitay closed 3 weeks ago

Infinitay commented 3 weeks ago

After #36 pouches were removed from the pouches map as they were removed from the players inventory. Therefore, when a player has no pouches in their inventory, the pouch overlay wasn't rendering over the pouches in the bank because pouches was empty and early returning out of EssencePouchTrackingOverlay#renderItemOverlay. Using EssencePouchTrackingState instead of pouches and this resolves the issue and closes #45.