Cmd linux server support

This commit is contained in:
dginovker
2019-06-19 10:44:11 -04:00
parent c2559bf62f
commit ceb524e63f
2139 changed files with 1041 additions and 12 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;