Move IC2_PROFILE to a config, the event is fired too early to be used.
This commit is contained in:
parent
6916de2ad7
commit
f836fb84c7
3 changed files with 4 additions and 4 deletions
|
@ -157,7 +157,7 @@ public enum IC2Duplicates {
|
|||
}
|
||||
|
||||
public static boolean isClassicMode(){
|
||||
return ModInfo.IC2_PROFILE.equals("Classic");
|
||||
return ConfigTechReborn.IC2_PROFILE.equals("Classic");
|
||||
}
|
||||
|
||||
public static boolean isClassicalDedupe(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue