mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 00:31:54 +00:00
Unix compatible, you heard of it?
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user