Revert "TEMP FIX for Wylker, will be rolled back for matured changes in v6"
This reverts commit 0b861f71af
.
This commit is contained in:
parent
f74ac247fb
commit
9ac1325b35
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public class ThreadMinerSearch extends Thread
|
|||
{
|
||||
for(int z = tileEntity.zCoord-tileEntity.radius; z <= tileEntity.zCoord+tileEntity.radius; z++)
|
||||
{
|
||||
if(!tileEntity.worldObj.getChunkProvider().chunkExists(x >> 4, z >> 4) || tileEntity.isInvalid())
|
||||
if(tileEntity.isInvalid())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue