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

@ -170,7 +170,7 @@ public class Party {
* @return the list of parties.
*/
public ArrayList<String> getParties() {
String location = mcMMO.usersFile;
String location = mcMMO.p.usersFile;
ArrayList<String> parties = new ArrayList<String>();
try {