mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-15 01:08:35 +00:00
Update Upstream
d7b3c4c Clone the returned getRegion on BlockArrayClipboard (2144)
This commit is contained in:
@ -138,7 +138,7 @@ public class BlockArrayClipboard implements Clipboard {
|
||||
|
||||
@Override
|
||||
public Region getRegion() {
|
||||
return region;
|
||||
return region.clone();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user