Removed console spam when players pick up xp
This commit is contained in:
parent
c85a605b5a
commit
b8396a7969
|
@ -198,7 +198,7 @@ public class GenericHandler
|
||||||
{
|
{
|
||||||
LivingStats stats = LivingStats.fromPlayer(player, true);
|
LivingStats stats = LivingStats.fromPlayer(player, true);
|
||||||
double expModifier = 1 + LivingArmorRegistrar.UPGRADE_EXPERIENCE.get().getBonusValue("exp", stats.getLevel(LivingArmorRegistrar.UPGRADE_EXPERIENCE.get().getKey())).doubleValue();
|
double expModifier = 1 + LivingArmorRegistrar.UPGRADE_EXPERIENCE.get().getBonusValue("exp", stats.getLevel(LivingArmorRegistrar.UPGRADE_EXPERIENCE.get().getKey())).doubleValue();
|
||||||
System.out.println("Experience modifier: " + expModifier);
|
// System.out.println("Experience modifier: " + expModifier);
|
||||||
|
|
||||||
int xp = event.getOrb().xpValue;
|
int xp = event.getOrb().xpValue;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue