mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-01 05:04:43 +02:00
Protect our file paths.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user