magico13 / StageRecovery

NOTE Now maintained at https://github.com/linuxgurugamer/StageRecovery An addon for Kerbal Space Program that recovers funds from spent stages.
28 stars 18 forks source link

Message Spam on Error #32

Closed magico13 closed 8 years ago

magico13 commented 8 years ago

If the recovery errors out on KSP's side then we need to handle that. Checking if the current vessel was recovered already within the last second or so should be more than enough. Make sure to update the timer.

magico13 commented 8 years ago

Fixed in 1.6.5 for KSP 1.2. Just keeps track of all recovered vessels (and the time) since the session started, and won't recover things that have already been recovered once. If you revert, it should remove any from the list that haven't really been recovered yet.