add missing annotation to Region

This commit is contained in:
dordsor21 2021-12-28 22:05:40 +00:00
parent 42035bdb87
commit 46fdceaea6
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

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