Effects.cfg parser
This commit is contained in:
@@ -43,10 +43,8 @@ public class EffectsParser {
|
|||||||
}
|
}
|
||||||
public static String[] readLines(String filename) throws IOException {
|
public static String[] readLines(String filename) throws IOException {
|
||||||
File effectsCfg = new File(EffectsPath);
|
File effectsCfg = new File(EffectsPath);
|
||||||
for(String line : effectsCfg.list()){
|
File absolute = new File(effectsCfg.getAbsolutePath());
|
||||||
int i = 0;
|
return absolute.list();
|
||||||
}
|
|
||||||
return effectsCfg.list();
|
|
||||||
|
|
||||||
|
|
||||||
//FileReader fileReader = new FileReader(filename);
|
//FileReader fileReader = new FileReader(filename);
|
||||||
|
|||||||
Reference in New Issue
Block a user