From bc87f73115b2d1a58238e8b0d19f78d5c2812ef4 Mon Sep 17 00:00:00 2001 From: boatbomber Date: Wed, 31 Jan 2024 14:37:55 -0800 Subject: [PATCH] Add comment --- plugin/src/PatchTree.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/src/PatchTree.lua b/plugin/src/PatchTree.lua index 10a4c467e..d68bdcd70 100644 --- a/plugin/src/PatchTree.lua +++ b/plugin/src/PatchTree.lua @@ -438,6 +438,7 @@ function PatchTree.updateMetadata(tree, patch, instanceMap, unappliedPatch) end for _, change in node.changeList do if not failedChange.changedProperties[change[1]] then + -- This change didn't fail continue end if change[4] == nil then