From a8685272220adff37ee620a1745b2b3ecfc4a7bd Mon Sep 17 00:00:00 2001 From: cheese3660 Date: Sun, 14 Jan 2024 17:16:04 -0500 Subject: [PATCH 1/2] Update PatchingManager.cs --- src/PatchManager.Core/Assets/PatchingManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PatchManager.Core/Assets/PatchingManager.cs b/src/PatchManager.Core/Assets/PatchingManager.cs index 29aeec6..509ebc3 100644 --- a/src/PatchManager.Core/Assets/PatchingManager.cs +++ b/src/PatchManager.Core/Assets/PatchingManager.cs @@ -188,7 +188,7 @@ private static AsyncOperationHandle> RebuildCache(string label) { var patchedText = PatchJson(label, name, text); if (patchedText == "") continue; - archiveFiles[name] = text; + archiveFiles[name] = patchedText; labelCacheEntry.Assets.Add(name); assetsCacheEntries.Add(name, new CacheEntry { @@ -350,4 +350,4 @@ bool killLoadingBarTips LoadingBarPatch.InjectPatchManagerTips = !killLoadingBarTips; resolve(); } -} \ No newline at end of file +} From b5ff36f5287d51cbbf02a55814f7e3b81a854c90 Mon Sep 17 00:00:00 2001 From: cheese3660 Date: Sun, 14 Jan 2024 17:16:35 -0500 Subject: [PATCH 2/2] Update swinfo.json --- plugin_template/swinfo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_template/swinfo.json b/plugin_template/swinfo.json index 64ca3f7..a8ee0bc 100644 --- a/plugin_template/swinfo.json +++ b/plugin_template/swinfo.json @@ -5,7 +5,7 @@ "name": "Patch Manager", "description": "A mod for generic patching needs similar to KSP 1's Module Manager.", "source": "https://github.com/KSP2Community/PatchManager", - "version": "0.9.1", + "version": "0.9.2", "version_check": "https://raw.githubusercontent.com/KSP2Community/PatchManager/main/plugin_template/swinfo.json", "ksp2_version": { "min": "0.2.0",