Skip to content

Commit a868527

Browse files
authored
Update PatchingManager.cs
1 parent 79812bc commit a868527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PatchManager.Core/Assets/PatchingManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)