I have no idea why it is there
This commit is contained in:
parent
8289b5676e
commit
8dd52df459
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public class GT_Pollution {
|
|||
if(!GT_Mod.gregtechproxy.mPollution)return;
|
||||
if(aTick == 0 || (tList==null && GT_Proxy.chunkData!=null)){
|
||||
tList = new ArrayList<ChunkPosition>(GT_Proxy.chunkData.keySet());
|
||||
loops = (tList.size()/1000) + 1;
|
||||
loops = /*(tList.size()/1000) +*/ 1;
|
||||
// System.out.println("new Pollution loop"+aTick);
|
||||
}
|
||||
if(tList!=null && tList.size() > 0){
|
||||
|
|
Loading…
Reference in a new issue