NotNite / DistantSeas

Dalamud plugin that aims to improve Ocean Fishing
GNU Affero General Public License v3.0
8 stars 7 forks source link

Fix for stale voyage missions. #3

Closed CurtisSheu closed 1 year ago

CurtisSheu commented 1 year ago

Tested this on two consecutive boats without logging out which is what triggered the glitch #1 in my testing.

Added the additional function in the IStateTracker interface so that the DebugStateTracker could also reset its voyage missions if you use the Exit Boat button.

I could see an argument to be made to instead reset missions when you enter a boat rather than exiting, but either way works.