mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Fix LayerVisitor stopping early instead of skipping covered columns.
This commit is contained in:
parent
4bd6d73085
commit
0656ef1920
@ -99,7 +99,7 @@ public class LayerVisitor implements Operation {
|
|||||||
|
|
||||||
// Abort if we are underground
|
// Abort if we are underground
|
||||||
if (function.isGround(column.toBlockVector3(maxY + 1))) {
|
if (function.isGround(column.toBlockVector3(maxY + 1))) {
|
||||||
return null;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean found = false;
|
boolean found = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user