File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 88 <RestoreAdditionalProjectSources >
99 https://nuget.spacewarp.org/v3/index.json
1010 </RestoreAdditionalProjectSources >
11- <ModId Condition = " '$(ModId)'=='' " >CommunityFixes</ ModId >
11+ <NoWarn >CS0436</ NoWarn >
1212 </PropertyGroup >
1313 <ItemGroup >
1414 <PackageReference Include =" BepInEx.Analyzers" Version =" 1.*" PrivateAssets =" all" />
2121 <PackageReference Include =" UnityEngine.Modules" Version =" 2020.3.33.1" />
2222 </ItemGroup >
2323 <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
24- <Exec Command =" xcopy /y " $(ProjectDir)swinfo.json" " $(ProjectDir)$(ConfigurationName)\BepInEx\plugins\$(ModId )\"
 echo f | xcopy /y " $(TargetPath)" " $(ProjectDir)$(ConfigurationName)\BepInEx\plugins\$(ModId )\$(ModId ).dll"
 if $(ConfigurationName) == Debug echo f | xcopy /y " $(TargetDir)$(TargetName).pdb" " $(ProjectDir)$(ConfigurationName)\BepInEx\plugins\$(ModId )\$(ModId ).pdb"
 xcopy /y " $(ProjectDir)LICENSE" " $(ProjectDir)$(ConfigurationName)\BepInEx\plugins\$(ModId )\"
 echo f | xcopy /y " $(ProjectDir)README.md" " $(ProjectDir)$(ConfigurationName)\BepInEx\plugins\$(ModId )\README.txt" " />
24+ <Exec Command =" xcopy /y " $(ProjectDir)swinfo.json" " $(ProjectDir)$(ConfigurationName)\BepInEx\plugins\$(ProjectName )\"
 echo f | xcopy /y " $(TargetPath)" " $(ProjectDir)$(ConfigurationName)\BepInEx\plugins\$(ProjectName )\$(ProjectName ).dll"
 if $(ConfigurationName) == Debug echo f | xcopy /y " $(TargetDir)$(TargetName).pdb" " $(ProjectDir)$(ConfigurationName)\BepInEx\plugins\$(ProjectName )\$(ProjectName ).pdb"
 xcopy /y " $(ProjectDir)LICENSE" " $(ProjectDir)$(ConfigurationName)\BepInEx\plugins\$(ProjectName )\"
 echo f | xcopy /y " $(ProjectDir)README.md" " $(ProjectDir)$(ConfigurationName)\BepInEx\plugins\$(ProjectName )\README.txt" " />
2525 </Target >
2626</Project >
Original file line number Diff line number Diff line change 1- using HarmonyLib ;
1+ /*
2+ using HarmonyLib;
23using KSP.Game;
34using KSP.Messages;
45using KSP.Sim;
@@ -474,3 +475,4 @@ public static bool BetterCalculateOdeManeuverNodes(ManeuverPlanSolver __instance
474475 return false;
475476 }
476477}
478+ */
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public class SuppressTransmissionsFalselyUrgentFix : BaseFix
99 public static SuppressTransmissionsFalselyUrgentFix Instance ;
1010
1111 // Community Fix config parameters specific to this fix
12- internal static ConfigEntry < bool > _allowAllNodes ;
12+ // internal static ConfigEntry<bool> _allowAllNodes;
1313
1414 public SuppressTransmissionsFalselyUrgentFix ( )
1515 {
You can’t perform that action at this time.
0 commit comments