Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-26 02:50:06 +01:00
Fix LayerVisitor stopping early instead of skipping covered columns.
Dieser Commit ist enthalten in:
Ursprung
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;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren