Merge branch 'main' into major/2.0.0/1.18

This commit is contained in:
dordsor21 2021-12-29 00:19:25 +00:00
commit c28a5ee66e
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -489,5 +489,6 @@ public interface Region extends Iterable<BlockVector3>, Cloneable, IBatchProcess
default ProcessorScope getScope() {
return ProcessorScope.REMOVING_BLOCKS;
}
//FAWE end
}