Changed access to use this qualifier
This commit is contained in:
@@ -61,7 +61,7 @@ public class StorageChunkProvider extends ChunkProviderGenerate
|
||||
@Override
|
||||
public Chunk provideChunk(int x, int z)
|
||||
{
|
||||
Chunk chunk = new Chunk( w, blocks, x, z );
|
||||
Chunk chunk = new Chunk( this.w, blocks, x, z );
|
||||
|
||||
byte[] biomes = chunk.getBiomeArray();
|
||||
AEConfig config = AEConfig.instance;
|
||||
|
||||
Reference in New Issue
Block a user