mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-09 17:27:38 +00:00
allow count to access "full" chunks if counting air
This commit is contained in:
parent
884ec322b8
commit
e8f0c0e6ea
@ -140,7 +140,7 @@ public class ParallelQueueExtent extends PassthroughExtent implements IQueueWrap
|
|||||||
return
|
return
|
||||||
// Apply a filter over a region
|
// Apply a filter over a region
|
||||||
apply(region, searchMask
|
apply(region, searchMask
|
||||||
.toFilter(new CountFilter()), false) // Adapt the mask to a filter which counts
|
.toFilter(new CountFilter()), searchMask.replacesAir()) // Adapt the mask to a filter which counts
|
||||||
.getParent() // Get the counter of this mask
|
.getParent() // Get the counter of this mask
|
||||||
.getTotal(); // Get the total from the counter
|
.getTotal(); // Get the total from the counter
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user