mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-30 12:44:45 +02:00
Made xp sharing less ugly by reworking McMMOPlayer xp methods
Notable consequence: checkXP and addLevel in ExperienceAPI are no longer needed and became deprecated
This commit is contained in:
@ -212,7 +212,7 @@ public class Herbalism {
|
||||
}
|
||||
}
|
||||
|
||||
mcMMOPlayer.addXp(SkillType.HERBALISM, xp);
|
||||
mcMMOPlayer.beginXpGain(SkillType.HERBALISM, xp);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user