mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
This slipped through
This commit is contained in:
parent
b35221bf4f
commit
442473368d
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ public class BukkitPlotGenerator extends ChunkGenerator
|
||||||
public ChunkData generateChunkData(World world, Random random, int cx, int cz, BiomeGrid grid) {
|
public ChunkData generateChunkData(World world, Random random, int cx, int cz, BiomeGrid grid) {
|
||||||
GenChunk result = this.chunkSetter;
|
GenChunk result = this.chunkSetter;
|
||||||
if (this.getPlotGenerator() instanceof SingleWorldGenerator) {
|
if (this.getPlotGenerator() instanceof SingleWorldGenerator) {
|
||||||
if (result.cd != null) {
|
if (result.getCd() != null) {
|
||||||
for (int x = 0; x < 16; x++) {
|
for (int x = 0; x < 16; x++) {
|
||||||
for (int z = 0; z < 16; z++) {
|
for (int z = 0; z < 16; z++) {
|
||||||
grid.setBiome(x, z, Biome.PLAINS);
|
grid.setBiome(x, z, Biome.PLAINS);
|
||||||
|
|
Loading…
Reference in a new issue