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 @@ import com.gmail.nossr50.locale.LocaleLoader;
import com.gmail.nossr50.util.Users;
public class McremoveCommand implements CommandExecutor {
private final String location = mcMMO.usersFile;
private final String location = mcMMO.p.usersFile;
private final mcMMO plugin;
public McremoveCommand (mcMMO plugin) {