Config Path Tweaks

This commit is contained in:
AlgorithmX2
2014-02-10 23:50:05 -06:00
parent 67cfc0a593
commit 077572acc9
3 changed files with 17 additions and 7 deletions
+2 -2
View File
@@ -85,8 +85,8 @@ public class AEConfig extends Configuration implements IConfigureableObject, ICo
public int portablecell_battery = 20000;
public int staff_battery = 8000;
public AEConfig(File f) {
super( new File( f.getPath() + File.separator + "AppliedEnergistics2" + File.separator + "AppliedEnergistics2.cfg" ) );
public AEConfig(String path) {
super( new File( path + "AppliedEnergistics2.cfg" ) );
final double DEFAULT_BC_EXCHANGE = 5.0;
// final double DEFAULT_UE_EXCHANGE = 5.0;