Skip to content

Commit

Permalink
forgot about this
Browse files Browse the repository at this point in the history
  • Loading branch information
BasiqueEvangelist committed Dec 8, 2022
1 parent 52c9bd4 commit 3d9cc0b
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,6 @@ public void targetObject(Object obj, boolean settable) {

this.nbtCompoundSetter = (path, data) -> {
path.set(obj, data);

var parentPath = path.parent();

FieldObjects.collectAllData(parentPath, parentPath.follow(obj))
.forEach(this::addFieldData);
commitAdditions();
};
}

Expand Down

0 comments on commit 3d9cc0b

Please sign in to comment.