Remove two entirely unreferenced Config variables from the config class.
logPackets is unused as well, but is still present in the config file. Presumably got lost in the 1.7 update. @aidancbrady, should we reimplement the functionality, or remove the option?
This commit is contained in:
parent
9739068822
commit
dc922a3914
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@ public class MekanismConfig
|
|||
public static double TO_IC2;
|
||||
public static double TO_BC;
|
||||
public static double TO_TE;
|
||||
public static double TO_UE = .001;
|
||||
public static double FROM_UE = 1/TO_UE;
|
||||
public static double FROM_H2;
|
||||
public static double FROM_IC2;
|
||||
public static double FROM_BC;
|
||||
|
|
Loading…
Reference in a new issue