Why is my local compiler missing thigns the CI hits?

This commit is contained in:
t00thpick1
2016-03-01 12:42:26 -05:00
parent fde9ba86a2
commit 8d16af8770
3 changed files with 3 additions and 3 deletions

View File

@ -729,7 +729,7 @@ public final class PartyManager {
member.sendMessage(LocaleLoader.getString("Party.LevelUp", levelsGained, level));
if (levelUpSoundsEnabled) {
member.playSound(member.getLocation(), Sound.LEVEL_UP, Misc.LEVELUP_VOLUME, Misc.LEVELUP_PITCH);
member.playSound(member.getLocation(), Sound.ENTITY_PLAYER_LEVELUP, Misc.LEVELUP_VOLUME, Misc.LEVELUP_PITCH);
}
}
}