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
@@ -369,7 +369,7 @@ public int itemAmount(String name, int itemId, int itemX, int itemY) {
boolean EndOfFile = false;
BufferedReader characterfile = null;
try {
characterfile = new BufferedReader(new FileReader("./Data/cfg/"
characterfile = new BufferedReader(new FileReader("./data/cfg/"
+ FileName));
} catch (FileNotFoundException fileex) {
Misc.println(FileName + ": file not found.");