Update Upstream

d7b3c4c Clone the returned getRegion on BlockArrayClipboard (2144)
This commit is contained in:
Alexander Brandes
2022-07-16 11:08:42 +02:00
parent 7a1a33aff0
commit 4fc2a25a9a
2 changed files with 8 additions and 6 deletions

View File

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