mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-16 17:16:11 +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);
|
setSourceMask(null);
|
||||||
copy.setSourceMask(mask);
|
copy.setSourceMask(mask);
|
||||||
}
|
}
|
||||||
Operations.completeBlindly(copy);
|
Operations.completeLegacy(copy);
|
||||||
return this.changes = copy.getAffected();
|
return this.changes = copy.getAffected();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user