add missing annotation to Region

This commit is contained in:
dordsor21
2021-12-28 22:05:40 +00:00
parent 42035bdb87
commit 46fdceaea6

View File

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