Removed console spam when players pick up xp

This commit is contained in:
WayofTime 2020-12-31 17:44:05 -05:00
parent c85a605b5a
commit b8396a7969

View file

@ -198,7 +198,7 @@ public class GenericHandler
{
LivingStats stats = LivingStats.fromPlayer(player, true);
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;