mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Change XP processing to use a single function.
This commit is contained in:
@ -39,7 +39,6 @@ public class GainXp implements Runnable {
|
||||
damage += health;
|
||||
}
|
||||
|
||||
PP.addXP(player, skillType, (int) (damage * baseXp));
|
||||
Skills.xpCheckSkill(skillType, player);
|
||||
Skills.xpProcessing(player, PP, skillType, (int) (damage * baseXp));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user