aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/handler
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2018-08-23 15:24:55 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2018-08-23 15:24:55 +1000
commit7916998ff880b0f6440c5c5f042e7eab240047a2 (patch)
treeb778688421afebe015943eb1379ff995a04d00b0 /src/Java/gtPlusPlus/core/handler
parent26c13621113c3843d1a339d5600ee843bade3a28 (diff)
downloadGT5-Unofficial-7916998ff880b0f6440c5c5f042e7eab240047a2.tar.gz
GT5-Unofficial-7916998ff880b0f6440c5c5f042e7eab240047a2.tar.bz2
GT5-Unofficial-7916998ff880b0f6440c5c5f042e7eab240047a2.zip
% Shuffled some thing around in the proxies.
Diffstat (limited to 'src/Java/gtPlusPlus/core/handler')
-rw-r--r--src/Java/gtPlusPlus/core/handler/COMPAT_IntermodStaging.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/core/handler/COMPAT_IntermodStaging.java b/src/Java/gtPlusPlus/core/handler/COMPAT_IntermodStaging.java
index 35160c65cd..4b17d89070 100644
--- a/src/Java/gtPlusPlus/core/handler/COMPAT_IntermodStaging.java
+++ b/src/Java/gtPlusPlus/core/handler/COMPAT_IntermodStaging.java
@@ -1,5 +1,6 @@
package gtPlusPlus.core.handler;
+import cpw.mods.fml.common.event.FMLLoadCompleteEvent;
import gtPlusPlus.xmod.bop.HANDLER_BiomesOPlenty;
import gtPlusPlus.xmod.computronics.HANDLER_Computronics;
import gtPlusPlus.xmod.forestry.HANDLER_FR;
@@ -55,5 +56,9 @@ public class COMPAT_IntermodStaging {
HANDLER_SC2.postInit();
}
+ public static void onLoadComplete(FMLLoadCompleteEvent event) {
+ HANDLER_GT.onLoadComplete(event);
+ }
+
}