Unix compatible, you heard of it?

This commit is contained in:
dginovker
2019-06-19 09:15:27 -04:00
parent ea51313125
commit c2559bf62f
16 changed files with 306 additions and 45 deletions
@@ -114,7 +114,7 @@ public class ShopHandler {
boolean EndOfFile = false;
BufferedReader characterfile = null;
try {
characterfile = new BufferedReader(new FileReader("./Data/CFG/" + FileName));
characterfile = new BufferedReader(new FileReader("./data/CFG/" + FileName));
} catch (FileNotFoundException fileex) {
Misc.println(FileName + ": file not found.");
return false;