SPIGOT-1768: Fix Eye of Ender with custom world generators.

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2016-03-06 11:45:25 +11:00
parent a622bf51b2
commit d1ec671571

View file

@ -229,7 +229,7 @@ public class CustomChunkGenerator extends InternalChunkGenerator {
public void recreateStructures(int i, int j) {}
@Override
public void recreateStructures(Chunk chunk, int i, int i1) {
public void recreateStructures(Chunk chunk, int i, int j) {
strongholdGen.a(this.world, i, j, (ChunkSnapshot) null);
}
}