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