Changed how a few variables were initialized

This commit is contained in:
nossr50
2012-05-05 10:16:41 -07:00
parent baf7ffd441
commit d9b3eff18f
10 changed files with 21 additions and 32 deletions

View File

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