Skip to content

Commit

Permalink
Fix direction changes for //undo (#2972)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirYwell authored Nov 4, 2024
1 parent 44f7b63 commit 9eafbf1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@ private Populator() {
@Override
protected void write(final MutableTileChange change, final CompoundTag tag) {
change.tag = tag;
change.create = create;
}

@Override
Expand Down Expand Up @@ -845,6 +846,7 @@ private Populator() {
@Override
protected void write(final MutableEntityChange change, final CompoundTag tag) {
change.tag = tag;
change.create = create;
}

@Override
Expand Down

0 comments on commit 9eafbf1

Please sign in to comment.