Rebuild DMP for 1.6.1
Jedmeyer opened this issue ยท 0 comments
KSP recently underwent a minor update fixing some bug fixes, and the version checker will no longer allow the mod to load.
This can be amended with a quick fix and recompiling, by changing the
const int compatibleRevision = 0;
to
const int compatibleRevision = 1;
In Client/Utilities/CompatibilityChecker.cs