diff options
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/bop')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/bop/HANDLER_BiomesOPlenty.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/xmod/bop/HANDLER_BiomesOPlenty.java b/src/Java/gtPlusPlus/xmod/bop/HANDLER_BiomesOPlenty.java index 2c109b8834..3ee719be4d 100644 --- a/src/Java/gtPlusPlus/xmod/bop/HANDLER_BiomesOPlenty.java +++ b/src/Java/gtPlusPlus/xmod/bop/HANDLER_BiomesOPlenty.java @@ -8,9 +8,9 @@ public class HANDLER_BiomesOPlenty { public static void preInit(){ - if (LoadedMods.BiomesOPlenty){ + //if (LoadedMods.BiomesOPlenty){ BOP_Block_Registrator.run(); - } + //} } |