mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-22 18:55:17 +01:00
Fixed switch break bug.
This commit is contained in:
parent
bb404380f5
commit
ed622dc9c0
@ -118,6 +118,7 @@ public class ChunkGeneratorWorld extends ChunkGenerator {
|
||||
for (int i = 0; i < random.nextInt(10); i++) {
|
||||
result.setBlock(x, (maxHeight - 8 - i), z, Material.GLOWSTONE);
|
||||
}
|
||||
break;
|
||||
case 3:
|
||||
result.setBlock(x, (maxHeight - 8), z, Material.GLOWSTONE);
|
||||
if (x > 3 && z > 3) {
|
||||
|
Loading…
Reference in New Issue
Block a user