LordAshes / TaleSpire-GrabDropPlugin

Unofficial TaleSpire plugin for grabbing and dropping prop minis
MIT License
1 stars 2 forks source link

Fix to handle repeated grabbing and dropping of the same mini #5

Closed AlbrechtWM closed 3 years ago

AlbrechtWM commented 3 years ago

Fixed an issue where if you grabbed and dropped, then attempted to grab the same mini again you were blocked from doing so due to lack of change in StatMessaging state for the mini in question. StatMessaging GrabDrop state is properly cleared and updated now so all grabdrop actions are new states.

-A