Protect our file paths.

This commit is contained in:
GJ
2012-07-09 10:55:33 -04:00
parent d038cbf357
commit f0b2cc1bab
8 changed files with 42 additions and 21 deletions

View File

@ -17,7 +17,7 @@ public class SQLConversionTask implements Runnable {
@Override
public void run() {
String location = mcMMO.usersFile;
String location = mcMMO.getUsersFile();
try {
FileReader file = new FileReader(location);