mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-01-24 12:44:56 +08:00
Allow modifying the region of a BlockArrayClipboard
This commit is contained in:
parent
275a2fa887
commit
93de97dc19
@ -70,7 +70,7 @@ public BlockArrayClipboard(Region region) {
|
||||
|
||||
@Override
|
||||
public Region getRegion() {
|
||||
return region.clone();
|
||||
return region;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user