From 1bafd2ad55c65b090f561289102f69f55f74f45c Mon Sep 17 00:00:00 2001 From: Technus Date: Thu, 27 Apr 2017 20:12:14 +0200 Subject: Runnable state achieved --- src/main/java/gregtech/common/GT_Pollution.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/gregtech/common') diff --git a/src/main/java/gregtech/common/GT_Pollution.java b/src/main/java/gregtech/common/GT_Pollution.java index ea69c871b5..5d3c7ee4b3 100644 --- a/src/main/java/gregtech/common/GT_Pollution.java +++ b/src/main/java/gregtech/common/GT_Pollution.java @@ -58,6 +58,7 @@ public class GT_Pollution {//TODO REWORK static XSTR tRan = new XSTR(); public static void onWorldTick(World aWorld, int aTick){ + if(true)return; //TODO FIX if(!GT_Mod.gregtechproxy.mPollution) return; int aWorldID=aWorld.provider.dimensionId; if(aTick == 0 || (tList==null && GT_Proxy.chunkData!=null)){ -- cgit