Reinstate dedicated DLL support for KSP 1.8.x
Lisias opened this issue ยท 2 comments
On commit 8b344a0#diff-406cf1d632e5bd3df5e55e5a0a49a0117eaaacc27e4ccbf4dbe8bf7dbc00490a I made the poor decision of removing the DLL dedicated to KSP 1.8.x, believing it was not necessary.
Issue #307 proves I shouldn't.
Recreate it, and close #307 for KSP >= 1.8 with it. Check against regression against #261 that, besides appearing to be a duplicate for #307, it's a slightly different M.O. . Better safer than sorry (again).
Looks like the code that works for KSP >= 1.9.0 is the same for KSP 1.8.x.
This makes things easier.
Implemented on commit 9a492ef