Static ALL the things!

This commit is contained in:
GJ
2012-06-05 10:42:40 -04:00
parent ca6cafaebd
commit 71446a12af
21 changed files with 47 additions and 56 deletions

View File

@ -61,7 +61,7 @@ public class PlayerProfile {
HashMap<ToolType, Integer> toolATS = new HashMap<ToolType, Integer>();
private String playerName;
private final String location = mcMMO.p.usersFile;
private final static String location = mcMMO.usersFile;
public PlayerProfile(String name, boolean addNew) {
hud = SpoutConfig.getInstance().defaulthud;