File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/PatchManager.Core/Assets Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 "name" : " Patch Manager" ,
66 "description" : " A mod for generic patching needs similar to KSP 1's Module Manager." ,
77 "source" : " https://github.com/KSP2Community/PatchManager" ,
8- "version" : " 0.9.1 " ,
8+ "version" : " 0.9.2 " ,
99 "version_check" : " https://raw.githubusercontent.com/KSP2Community/PatchManager/main/plugin_template/swinfo.json" ,
1010 "ksp2_version" : {
1111 "min" : " 0.2.0" ,
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ private static AsyncOperationHandle<IList<TextAsset>> RebuildCache(string label)
188188 {
189189 var patchedText = PatchJson ( label , name , text ) ;
190190 if ( patchedText == "" ) continue ;
191- archiveFiles [ name ] = text ;
191+ archiveFiles [ name ] = patchedText ;
192192 labelCacheEntry . Assets . Add ( name ) ;
193193 assetsCacheEntries . Add ( name , new CacheEntry
194194 {
@@ -350,4 +350,4 @@ bool killLoadingBarTips
350350 LoadingBarPatch . InjectPatchManagerTips = ! killLoadingBarTips ;
351351 resolve ( ) ;
352352 }
353- }
353+ }
You can’t perform that action at this time.
0 commit comments