Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
boatbomber committed Jan 31, 2024
1 parent 18317d9 commit bc87f73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/src/PatchTree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc87f73

Please sign in to comment.