Making our file path strings more user friendly.

This commit is contained in:
GJ
2012-04-21 14:05:39 -04:00
parent f94a617d94
commit c45cd56c78
19 changed files with 122 additions and 133 deletions

View File

@ -16,7 +16,7 @@ public class SQLConversionTask implements Runnable {
@Override
public void run() {
String location = "plugins/mcMMO/FlatFileStuff/mcmmo.users";
String location = mcMMO.usersFile;
try {
FileReader file = new FileReader(location);