mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-27 07:44:03 +00:00
Odd sort-of fix for allowing //stack to be undone
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user