Skip to content

Commit

Permalink
Refunding is still needed for KSP 1.12.0 :(
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Jun 27, 2021
1 parent 7025175 commit e7af0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/KSP-Recall/ModuleManagerSupport.cs
Expand Up @@ -72,7 +72,7 @@ private static bool checkForChillingOut()

private static bool checkForRefunding()
{
return (1 == KSPe.Util.KSP.Version.Current.MAJOR && 11 == KSPe.Util.KSP.Version.Current.MINOR);
return KSPe.Util.KSP.Version.Current >= KSPe.Util.KSP.Version.FindByVersion(1,11,0);
}
}
}

0 comments on commit e7af0dd

Please sign in to comment.