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

This commit is contained in:
md_5 2016-03-06 11:45:25 +11:00
parent 97f0011855
commit b6bb6beb63

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);
}
}