Protect our file paths.

This commit is contained in:
GJ
2012-07-09 10:55:33 -04:00
parent d038cbf357
commit f0b2cc1bab
8 changed files with 42 additions and 21 deletions

View File

@ -51,7 +51,7 @@ public class PlayerProfile {
HashMap<AbilityType, Integer> skillsDATS = new HashMap<AbilityType, Integer>();
HashMap<ToolType, Integer> toolATS = new HashMap<ToolType, Integer>();
private final static String location = mcMMO.usersFile;
private final static String location = mcMMO.getUsersFile();
public PlayerProfile(String playerName, boolean addNew) {
this.playerName = playerName;