From 16461d7668f1e19170055833255d26eb89fd5e37 Mon Sep 17 00:00:00 2001 From: ChrisAdderley Date: Wed, 14 Aug 2024 07:43:10 -0700 Subject: [PATCH] Fix part name issue --- .../SystemHeat/Parts/systemheat-coolant-tank-radial-1.cfg | 2 +- GameData/SystemHeat/Versioning/SystemHeat.version | 2 +- changelog.txt | 6 +++++- readme.txt | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/GameData/SystemHeat/Parts/systemheat-coolant-tank-radial-1.cfg b/GameData/SystemHeat/Parts/systemheat-coolant-tank-radial-1.cfg index a275d08..ceccde9 100644 --- a/GameData/SystemHeat/Parts/systemheat-coolant-tank-radial-1.cfg +++ b/GameData/SystemHeat/Parts/systemheat-coolant-tank-radial-1.cfg @@ -1,7 +1,7 @@ PART { - name = systemheat-exchanger-1 + name = systemheat-coolant-tank-radial-1 module = Part author = Chris Adderley diff --git a/GameData/SystemHeat/Versioning/SystemHeat.version b/GameData/SystemHeat/Versioning/SystemHeat.version index b5c30b7..223d48c 100644 --- a/GameData/SystemHeat/Versioning/SystemHeat.version +++ b/GameData/SystemHeat/Versioning/SystemHeat.version @@ -6,7 +6,7 @@ { "MAJOR":0, "MINOR":7, - "PATCH":1, + "PATCH":2, "BUILD":0 }, "KSP_VERSION": diff --git a/changelog.txt b/changelog.txt index a5ab3de..5aed7d1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,10 @@ v0.7.1 ------ -- Fix a null reference exception when loading a vessel with no SystemHeat parts +- Fixed the coolant tank being renamed for no particular reason (ghosts??) + +v0.7.1 +------ +- Fixed a null reference exception when loading a vessel with no SystemHeat parts - Fixed an issue where a player could disable a tank in the UI, thus disabling boiloff v0.7.0 diff --git a/readme.txt b/readme.txt index 295ee1e..12a2b07 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ ================ -SystemHeat 0.7.1 +SystemHeat 0.7.2 ================ 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.