mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 06:36:45 +01:00
Remove the other deprecated PlayerProfile constructor
This commit is contained in:
parent
143714c9eb
commit
b572494c9c
@ -34,11 +34,6 @@ public class PlayerProfile {
|
|||||||
private HashMap<PrimarySkillType, Double> rollingSkillsXp = new HashMap<PrimarySkillType, Double>();
|
private HashMap<PrimarySkillType, Double> rollingSkillsXp = new HashMap<PrimarySkillType, Double>();
|
||||||
private final mcMMO pluginRef;
|
private final mcMMO pluginRef;
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public PlayerProfile(mcMMO pluginRef, String playerName) {
|
|
||||||
this(pluginRef, playerName, null);
|
|
||||||
}
|
|
||||||
|
|
||||||
public PlayerProfile(mcMMO pluginRef, String playerName, UUID uuid) {
|
public PlayerProfile(mcMMO pluginRef, String playerName, UUID uuid) {
|
||||||
this.pluginRef = pluginRef;
|
this.pluginRef = pluginRef;
|
||||||
this.uuid = uuid;
|
this.uuid = uuid;
|
||||||
|
Loading…
Reference in New Issue
Block a user