mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-27 08:24:05 +00:00
Allow modifying the region of a BlockArrayClipboard
This commit is contained in:
@@ -70,7 +70,7 @@ public class BlockArrayClipboard implements Clipboard {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Region getRegion() {
|
public Region getRegion() {
|
||||||
return region.clone();
|
return region;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user