diff --git a/Firespitter/customization/FStextureSwitch2.cs b/Firespitter/customization/FStextureSwitch2.cs index 1995262e..00a60748 100644 --- a/Firespitter/customization/FStextureSwitch2.cs +++ b/Firespitter/customization/FStextureSwitch2.cs @@ -161,6 +161,12 @@ private void applyTexToPart(bool calledByPlayer) fuelSwitch.selectTankSetup(fuelTankSetupList[selectedTexture], calledByPlayer); else debug.debugMessage("no such fuel tank setup"); + if (calledByPlayer && HighLogic.LoadedSceneIsFlight) + { + //Do a screeen message of what we just swapped to! + var msg = string.Format("Converted Tank to {0}", textureDisplayList[selectedTexture]); + ScreenMessages.PostScreenMessage(msg, 5f, ScreenMessageStyle.UPPER_CENTER); + } } } diff --git a/For release/Firespitter/Firespitter.version b/For release/Firespitter/Firespitter.version index c7f9acf6..818e3de3 100644 --- a/For release/Firespitter/Firespitter.version +++ b/For release/Firespitter/Firespitter.version @@ -4,7 +4,7 @@ "VERSION": { "MAJOR": 7, "MINOR": 5, - "PATCH": 0 + "PATCH": 1 }, "KSP_VERSION":{ "MAJOR":1, diff --git a/For release/Firespitter/Plugins/Firespitter.dll b/For release/Firespitter/Plugins/Firespitter.dll index ba6c827c..0b9ffcee 100644 Binary files a/For release/Firespitter/Plugins/Firespitter.dll and b/For release/Firespitter/Plugins/Firespitter.dll differ diff --git a/For release/Firespitter/Plugins/Firespitter.dll.mdb b/For release/Firespitter/Plugins/Firespitter.dll.mdb index 74b1bbb3..d3b561b5 100644 Binary files a/For release/Firespitter/Plugins/Firespitter.dll.mdb and b/For release/Firespitter/Plugins/Firespitter.dll.mdb differ