KSP-CKAN / NetKAN

Metadata files used by the NetKAN/CKAN indexer for KSP
Creative Commons Zero v1.0 Universal
69 stars 337 forks source link

Make NavUtilities forks mutually exclusive #10045

Closed HebaruSan closed 4 weeks ago

HebaruSan commented 4 weeks ago

Problem

@JonnyOThan forwarded this screenshot from a user:

image

Cause

That error is from this code in NavUtilitiesUpdated:

https://github.com/linuxgurugamer/NavInstruments/blob/master/Source/NavUtilLib/InstallChecker.cs

It says:

This will also detect duplicate copies because only one can be in the right place.

So that user must have installed both forks, and NavUtilitiesUpdated detected NavUtilitiesContinued and didn't like where it was installed.

Changes

Now the forks of NavUtilities conflict with each other, since they don't play nice together.