sarbian / ModuleManager

177 stars 95 forks source link

Add null check on .GetVersionInfo #35

Closed SirDiazo closed 8 years ago

SirDiazo commented 8 years ago

Add null check on .GetVersionInfo in the ModuleManager.cs file.

This is primarily for compatibility with EvilReeper's AssemblyReloader mod as it causes that field to be null which stalls ModuleManager and prevents KSP from loading when both mods are installed.

-Bump version to 2.6.12

-Note that despite the fact I've made no changes to ModuleManager.csproj, the entire file is showing up as changed and I don't know why. (Sorry, new to GitHub and not sure what flag I tripped.)