Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ploppyperson committed Jul 30, 2024
1 parent 9c84652 commit a150743
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public void onStackDeath(EntityDeathEvent event) {
if (toMultiply == 0) {
return;
}
event.getDrops().forEach(item -> sm.getLogger().info(item.toString()));
int experience = stackEntity.getDrops().calculateDeathExperience(toMultiply, event.getDroppedExp());
// Workaround for craftbukkit bug?/change
// Enchantment effects are now applied after the death event is fired....
Expand Down

0 comments on commit a150743

Please sign in to comment.