mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
fix: correctly processSet with blacklist when required (#2270)
* fix: correctly processSet with blacklist when required * Fix incorrect region
This commit is contained in:
parent
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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user