Remove the other deprecated PlayerProfile constructor

This commit is contained in:
Shane Freeder 2019-10-06 01:07:01 +01:00
parent 143714c9eb
commit b572494c9c
No known key found for this signature in database
GPG Key ID: A3F61EA5A085289C

View File

@ -34,11 +34,6 @@ public class PlayerProfile {
private HashMap<PrimarySkillType, Double> rollingSkillsXp = new HashMap<PrimarySkillType, Double>();
private final mcMMO pluginRef;
@Deprecated
public PlayerProfile(mcMMO pluginRef, String playerName) {
this(pluginRef, playerName, null);
}
public PlayerProfile(mcMMO pluginRef, String playerName, UUID uuid) {
this.pluginRef = pluginRef;
this.uuid = uuid;