Cope with https://github.com/net-lisias-ksp/KSP-Recall/issues/73
Lisias opened this issue ยท 5 comments
KSP Community Fixes
's BetterEditorUndoRedo
screwed up a fickle synchronization between CoRoutines that KSP-Recall
(and, so, TweakScale
) was relying on.
Issue net-lisias-ksp/KSP-Recall#73 updated the code to be more resilient, but that code is useless until clients are updated to use the new interface.
Since KSP-Recall
has a fallback mechanism, it will be published first in the wild. TweakScale
should follow some days later in order to allow people to update KSP-Recall
before TweakScale
.
Implemented on 768fad9 .
Apparenlty it works, but need to be tested on KSP 1.12.x first.
(note to my future self: used the beta branch on exctly this HEAD: 768fad9 )