mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Odd sort-of fix for allowing //stack to be undone
This commit is contained in:
parent
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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user