OSDN Git Service

Merge branch 'Change(Sys)' of git.sourceforge.jp:/gitroot/chemicraft/chemicraft into...
[chemicraft/chemicraft.git] / common / pcc / chemicraft / ChemiCraft.java
index 316aec7..0ac6500 100644 (file)
@@ -240,6 +240,11 @@ 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();