mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-12 08:28:35 +00:00
Make regions Cloneable
This commit is contained in:
@ -388,4 +388,8 @@ public class CylinderRegion extends AbstractRegion implements FlatRegion {
|
||||
public String toString() {
|
||||
return center + " - " + radius;
|
||||
}
|
||||
|
||||
public CylinderRegion clone() {
|
||||
return (CylinderRegion) super.clone();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user