aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/Meta_GT_Proxy.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/Meta_GT_Proxy.java b/src/Java/gtPlusPlus/xmod/gregtech/common/Meta_GT_Proxy.java
index 2549144a2a..055c1aa27d 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/Meta_GT_Proxy.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/Meta_GT_Proxy.java
@@ -95,13 +95,12 @@ public class Meta_GT_Proxy {
}
public void init() {
- mAssemblyAchievements = new AssLineAchievements();
scheduleCoverMapCleaner();
setValidHeatingCoilMetas();
}
public void postInit() {
-
+ mAssemblyAchievements = new AssLineAchievements();
}
public static TileEntity constructCustomGregtechMetaTileEntityByMeta(int aMeta) {