mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-10 06:48:34 +00:00
@ -22,7 +22,7 @@ public abstract class ReadOnlyClipboard extends SimpleClipboard {
|
||||
|
||||
public ReadOnlyClipboard(Region region) {
|
||||
super(region);
|
||||
this.region = region;
|
||||
this.region = region.clone();
|
||||
}
|
||||
|
||||
public static ReadOnlyClipboard of(final Region region) {
|
||||
|
Reference in New Issue
Block a user