comments removed.
This commit is contained in:
parent
3bc5ba500c
commit
892f151e38
@ -185,10 +185,8 @@ public class FloodUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (startBlock.getType() == Material.AIR) {
|
if (startBlock.getType() == Material.AIR) {
|
||||||
// ... We found a block :D ...
|
|
||||||
foundBlocks.add(startBlock);
|
foundBlocks.add(startBlock);
|
||||||
|
|
||||||
// ... And flood away !
|
|
||||||
for (BlockFace face : expandFaces) {
|
for (BlockFace face : expandFaces) {
|
||||||
Block potentialBlock = startBlock.getRelative(face);
|
Block potentialBlock = startBlock.getRelative(face);
|
||||||
foundBlocks = getAirFloodBlocks(potentialBlock, foundBlocks, expandFaces, limit);
|
foundBlocks = getAirFloodBlocks(potentialBlock, foundBlocks, expandFaces, limit);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user