aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-12-27 00:21:22 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-12-27 00:21:22 +1000
commitdea17b0667c442b6455b70c9b52eab29d0372b01 (patch)
tree9de21d2f9ce3b594ed4408e843f000d5b66d623b /src
parent72512a3af1dda076ada3e3ff5b553b17ba507d6f (diff)
downloadGT5-Unofficial-dea17b0667c442b6455b70c9b52eab29d0372b01.tar.gz
GT5-Unofficial-dea17b0667c442b6455b70c9b52eab29d0372b01.tar.bz2
GT5-Unofficial-dea17b0667c442b6455b70c9b52eab29d0372b01.zip
CONFIG FILE UPDATE - PLEASE TAKE NOTE
% Changed the config file name and location, it now generates as GTplusplus.cfg in the GTplusplus folder inside the config folder.
Diffstat (limited to 'src')
-rw-r--r--src/Java/gtPlusPlus/GTplusplus.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/GTplusplus.java b/src/Java/gtPlusPlus/GTplusplus.java
index 5f7e8a8f62..f04c30efeb 100644
--- a/src/Java/gtPlusPlus/GTplusplus.java
+++ b/src/Java/gtPlusPlus/GTplusplus.java
@@ -47,7 +47,7 @@ implements ActionListener
public static void handleConfigFile(FMLPreInitializationEvent event) {
- Configuration config = new Configuration(event.getSuggestedConfigurationFile());
+ Configuration config = new Configuration(new File(event.getModConfigurationDirectory(), "GTplusplus/GTplusplus.cfg"));
config.load();