diff options
author | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2019-11-02 16:58:01 +0100 |
---|---|---|
committer | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2019-11-02 16:58:01 +0100 |
commit | 25644b38b3f1063d98abcb9fa1770b0223c0015e (patch) | |
tree | 1d7063589ee1dbacd9aa885fec0037e6ddc1a3b1 /src/main/java | |
parent | 5a1a0af156c7a996984a445b23da7539b540c16e (diff) | |
download | GT5-Unofficial-25644b38b3f1063d98abcb9fa1770b0223c0015e.tar.gz GT5-Unofficial-25644b38b3f1063d98abcb9fa1770b0223c0015e.tar.bz2 GT5-Unofficial-25644b38b3f1063d98abcb9fa1770b0223c0015e.zip |
removed debug function
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/bloodasp/galacticgreg/GalacticGreg.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/bloodasp/galacticgreg/GalacticGreg.java b/src/main/java/bloodasp/galacticgreg/GalacticGreg.java index 1c7ba58b12..d51b9dcf6a 100644 --- a/src/main/java/bloodasp/galacticgreg/GalacticGreg.java +++ b/src/main/java/bloodasp/galacticgreg/GalacticGreg.java @@ -59,10 +59,10 @@ public class GalacticGreg { Logger.trace("Leaving PRELOAD"); } - @EventHandler - public void onLoad(FMLInitializationEvent event){ - GalacticGregRegistry.registerModContainer(ModRegisterer.Setup_GalactiCraftCore()); - } +// @EventHandler +// public void onLoad(FMLInitializationEvent event){ +// GalacticGregRegistry.registerModContainer(ModRegisterer.Setup_GalactiCraftCore()); +// } /** * Postload phase. Mods can add their custom definition to our api in their own PreLoad or Init-phase |