mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Functions that start with capital letters are bad.
This commit is contained in:
@ -40,6 +40,6 @@ public class GainXp implements Runnable {
|
||||
}
|
||||
|
||||
PP.addXP(player, skillType, (int) (damage * baseXp));
|
||||
Skills.XpCheckSkill(skillType, player);
|
||||
Skills.xpCheckSkill(skillType, player);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user