Skip to content

Commit

Permalink
Fix comment spacing
Browse files Browse the repository at this point in the history
Co-authored-by: Phoenix-Starlight <[email protected]>
  • Loading branch information
justtos and Phoenix-Starlight committed Jun 24, 2023
1 parent 86e0dc2 commit b9f6a18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ private void transferEnchantments(ItemStack item, ItemStack book, Map<Enchantmen
if (wasEnchantmentRemoved && !stillHasEnchantment) {
meta.addStoredEnchant(entry.getKey(), entry.getValue(), true);
} else {
// Get Enchantment Name
// Get Enchantment Name
Slimefun.logger().log(Level.SEVERE, "AutoDisenchanter has failed to remove enchantment \"{0}\"", entry.getKey().getKey().getKey());
}
}
Expand Down

0 comments on commit b9f6a18

Please sign in to comment.