Skip to content

Commit 97bac23

Browse files
committed
Fix CTD
1 parent e5be16e commit 97bac23

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
0 Bytes
Binary file not shown.

GameData/TimeControl/TimeControl.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"VERSION": {
77
"MAJOR": 2,
88
"MINOR": 8,
9-
"PATCH": 0,
9+
"PATCH": 1,
1010
"BUILD": 0
1111
},
1212
"KSP_VERSION": {

TimeControl/AssemblyVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
using System.Reflection;
88

9-
[assembly: AssemblyVersion("2.8.0.0")]
9+
[assembly: AssemblyVersion("2.8.1.0")]

TimeControl/TimeControl.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,20 @@
7575
</Content>
7676
</ItemGroup>
7777
<ItemGroup>
78-
<Reference Include="Assembly-CSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
78+
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
7979
<SpecificVersion>False</SpecificVersion>
80-
<HintPath>..\..\..\..\KSP\KSP_win64-1.3-TEST\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
80+
<HintPath>..\..\..\KSPlib\1.3.1\Assembly-CSharp.dll</HintPath>
8181
</Reference>
8282
<Reference Include="System">
8383
<HintPath>R:\KSP_1.2.2_dev\KSP_x64_Data\Managed\System.dll</HintPath>
8484
</Reference>
8585
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
8686
<SpecificVersion>False</SpecificVersion>
87-
<HintPath>..\..\..\..\KSP\KSP_win64-1.3-TEST\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
87+
<HintPath>..\..\..\KSPlib\1.3.1\UnityEngine.dll</HintPath>
8888
</Reference>
8989
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
9090
<SpecificVersion>False</SpecificVersion>
91-
<HintPath>..\..\..\..\KSP\KSP_win64-1.3-TEST\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
91+
<HintPath>..\..\..\KSPlib\1.3.1\UnityEngine.UI.dll</HintPath>
9292
</Reference>
9393
</ItemGroup>
9494
<ItemGroup>

0 commit comments

Comments
 (0)