Merge pull request #1232 from bspkrs/patch-3
Fixed missing assignment of constructor arg (thanks @Lunatrius)
This commit is contained in:
commit
06701348d6
1 changed files with 2 additions and 1 deletions
|
@ -93,6 +93,7 @@ public class Configuration
|
|||
public Configuration(File file, String configVersion)
|
||||
{
|
||||
this.file = file;
|
||||
this.definedConfigVersion = configVersion;
|
||||
String basePath = ((File)(FMLInjectionData.data()[6])).getAbsolutePath().replace(File.separatorChar, '/').replace("/.", "");
|
||||
String path = file.getAbsolutePath().replace(File.separatorChar, '/').replace("/./", "/").replace(basePath, "");
|
||||
if (PARENT != null)
|
||||
|
|
Loading…
Reference in a new issue