File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "name" : " Patch Manager" ,
66 "description" : " A mod for generic patching needs similar to KSP 1's Module Manager." ,
77 "source" : " https://github.com/KSP2Community/PatchManager" ,
8- "version" : " 0.7.1 " ,
8+ "version" : " 0.7.2 " ,
99 "version_check" : " https://raw.githubusercontent.com/KSP2Community/PatchManager/main/plugin_template/swinfo.json" ,
1010 "ksp2_version" : {
1111 "min" : " 0.2.0" ,
Original file line number Diff line number Diff line change @@ -217,5 +217,5 @@ public override void BindConfiguration(IConfigFile modConfiguration)
217217 /// This is the current universe that patch manager is using (used for interop reasons)
218218 /// </summary>
219219 [ PublicAPI ]
220- public Universe CurrentUniverse => PatchingManager . Universe ;
220+ public static Universe CurrentUniverse => PatchingManager . Universe ;
221221}
You can’t perform that action at this time.
0 commit comments