mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +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);
|
||||
}
|
||||
if (disallowedIntersection != null) {
|
||||
intersection.processSet(chunk, get, set);
|
||||
set = disallowedIntersection.processSet(chunk, get, set, true);
|
||||
}
|
||||
return set;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user