mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
various minor
Increase target size remove unnecessary brush sync send chunk on biome change
This commit is contained in:
@ -453,7 +453,7 @@ public class BukkitGetBlocks_1_14 extends CharGetBlocks {
|
||||
// }
|
||||
|
||||
Runnable callback;
|
||||
if (bitMask == 0) {
|
||||
if (bitMask == 0 && biomes == null) {
|
||||
callback = null;
|
||||
} else {
|
||||
int finalMask = bitMask;
|
||||
|
Reference in New Issue
Block a user