1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-04-14 03:43:02 +00:00

Allow modifying the region of a BlockArrayClipboard

This commit is contained in:
Matthew Miller 2018-10-24 16:50:15 +10:00
parent 275a2fa887
commit 93de97dc19

@ -70,7 +70,7 @@ public class BlockArrayClipboard implements Clipboard {
@Override
public Region getRegion() {
return region.clone();
return region;
}
@Override