add missing annotation to Region

Dieser Commit ist enthalten in:
dordsor21 2021-12-28 22:05:40 +00:00
Ursprung 42035bdb87
Commit 46fdceaea6
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 1E53E88969FFCF0B

Datei anzeigen

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