mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 02:47:11 +00:00
Fix #region mask
This commit is contained in:
parent
842c469285
commit
84c1492b3f
@ -28,7 +28,7 @@ public class RegionMask implements Mask {
|
||||
private Region region;
|
||||
|
||||
public RegionMask(Region region) {
|
||||
this.region = region;
|
||||
this.region = region.clone();
|
||||
}
|
||||
|
||||
public boolean matches(EditSession editSession, Vector pos) {
|
||||
|
Loading…
Reference in New Issue
Block a user