Skip to content

Commit 9eafbf1

Browse files
authored
Fix direction changes for //undo (#2972)
1 parent 44f7b63 commit 9eafbf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

worldedit-core/src/main/java/com/fastasyncworldedit/core/history/changeset/FaweStreamChangeSet.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,7 @@ private Populator() {
817817
@Override
818818
protected void write(final MutableTileChange change, final CompoundTag tag) {
819819
change.tag = tag;
820+
change.create = create;
820821
}
821822

822823
@Override
@@ -845,6 +846,7 @@ private Populator() {
845846
@Override
846847
protected void write(final MutableEntityChange change, final CompoundTag tag) {
847848
change.tag = tag;
849+
change.create = create;
848850
}
849851

850852
@Override

0 commit comments

Comments
 (0)