geforkt von Mirrors/FastAsyncWorldEdit
Fix #region mask
Dieser Commit ist enthalten in:
Ursprung
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) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren