Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-17 00:20:09 +01:00
Fix direction changes for //undo (#2972)
Dieser Commit ist enthalten in:
Ursprung
44f7b63fb1
Commit
9eafbf1c26
@ -817,6 +817,7 @@ public abstract class FaweStreamChangeSet extends AbstractChangeSet {
|
|||||||
@Override
|
@Override
|
||||||
protected void write(final MutableTileChange change, final CompoundTag tag) {
|
protected void write(final MutableTileChange change, final CompoundTag tag) {
|
||||||
change.tag = tag;
|
change.tag = tag;
|
||||||
|
change.create = create;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@ -845,6 +846,7 @@ public abstract class FaweStreamChangeSet extends AbstractChangeSet {
|
|||||||
@Override
|
@Override
|
||||||
protected void write(final MutableEntityChange change, final CompoundTag tag) {
|
protected void write(final MutableEntityChange change, final CompoundTag tag) {
|
||||||
change.tag = tag;
|
change.tag = tag;
|
||||||
|
change.create = create;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren