geforkt von Mirrors/FastAsyncWorldEdit
fix: correctly processSet with blacklist when required (#2270)
* fix: correctly processSet with blacklist when required * Fix incorrect region
Dieser Commit ist enthalten in:
Ursprung
5504811f11
Commit
b7719d17bd
@ -172,7 +172,7 @@ public class MultiRegionExtent extends FaweRegionExtent {
|
|||||||
set = intersection.processSet(chunk, get, set);
|
set = intersection.processSet(chunk, get, set);
|
||||||
}
|
}
|
||||||
if (disallowedIntersection != null) {
|
if (disallowedIntersection != null) {
|
||||||
intersection.processSet(chunk, get, set);
|
set = disallowedIntersection.processSet(chunk, get, set, true);
|
||||||
}
|
}
|
||||||
return set;
|
return set;
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren