This commit is contained in:
Данила Большаков 2016-12-13 13:53:37 +03:00
parent 60704cca7f
commit 8ea9df2e7b

View file

@ -1690,6 +1690,7 @@ public abstract class GT_Proxy implements IGT_Mod, IGuiHandler, IFuelHandler {
progressBar.step(tEvent.mMaterial == null ? "" : tEvent.mMaterial.toString());
}
ProgressManager.pop(progressBar);
}
public static final HashMap<ChunkPosition, int[]> chunkData = new HashMap<ChunkPosition, int[]>(5000);