geforkt von Mirrors/FastAsyncWorldEdit
Odd sort-of fix for allowing //stack to be undone
Dieser Commit ist enthalten in:
Ursprung
5cc7a09769
Commit
092bf98ea5
@ -1469,7 +1469,7 @@ public class EditSession extends PassthroughExtent implements AutoCloseable {
|
||||
setSourceMask(null);
|
||||
copy.setSourceMask(mask);
|
||||
}
|
||||
Operations.completeBlindly(copy);
|
||||
Operations.completeLegacy(copy);
|
||||
return this.changes = copy.getAffected();
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren