Skip to content

Commit 16461d7

Browse files
committed
Fix part name issue
1 parent 48aa303 commit 16461d7

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

GameData/SystemHeat/Parts/systemheat-coolant-tank-radial-1.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PART
22
{
33

4-
name = systemheat-exchanger-1
4+
name = systemheat-coolant-tank-radial-1
55
module = Part
66
author = Chris Adderley
77

GameData/SystemHeat/Versioning/SystemHeat.version

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

changelog.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
v0.7.1
22
------
3-
- Fix a null reference exception when loading a vessel with no SystemHeat parts
3+
- Fixed the coolant tank being renamed for no particular reason (ghosts??)
4+
5+
v0.7.1
6+
------
7+
- Fixed a null reference exception when loading a vessel with no SystemHeat parts
48
- Fixed an issue where a player could disable a tank in the UI, thus disabling boiloff
59

610
v0.7.0

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
================
2-
SystemHeat 0.7.1
2+
SystemHeat 0.7.2
33
================
44

55
A mod for Kerbal Space Program, intended to provide a better experience for heat management, particularly geared towards resource extraction, high energy engines, and nuclear reactors.

0 commit comments

Comments
 (0)