We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f7b63 commit 9eafbf1Copy full SHA for 9eafbf1
worldedit-core/src/main/java/com/fastasyncworldedit/core/history/changeset/FaweStreamChangeSet.java
@@ -817,6 +817,7 @@ private Populator() {
817
@Override
818
protected void write(final MutableTileChange change, final CompoundTag tag) {
819
change.tag = tag;
820
+ change.create = create;
821
}
822
823
@@ -845,6 +846,7 @@ private Populator() {
845
846
847
protected void write(final MutableEntityChange change, final CompoundTag tag) {
848
849
850
851
852
0 commit comments