Revert "TEMP FIX for Wylker, will be rolled back for matured changes in v6"

This reverts commit 0b861f71af.
This commit is contained in:
Aidan Brady 2014-02-14 19:04:06 -05:00
parent f74ac247fb
commit 9ac1325b35

View file

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