OSDN Git Service

tc
[chemicraft/ChemiCraftNext.git] / common / pcc / chemicraft / ChemiCraft.java
index 8a7d951..f89a5d3 100644 (file)
@@ -262,11 +262,6 @@ public class ChemiCraft implements Runnable {
        public void chemiPostLoadMethod(final FMLPostInitializationEvent event) {
                this.thread = new Thread(this);
                this.event = event;
-               try {
-                       Thread.sleep(5000);
-               } catch (InterruptedException e1) {
-                       e1.printStackTrace();
-               }
                this.thread.start();
                try {
                        this.thread.join();