Improves console logging
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good
This commit is contained in:
@@ -23,7 +23,6 @@ import java.util.Calendar;
|
||||
import java.util.List;
|
||||
import java.util.Objects;
|
||||
import java.util.Random;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import static net.knarcraft.blacksmith.formatting.BlacksmithStringFormatter.sendNPCMessage;
|
||||
|
||||
@@ -152,8 +151,7 @@ public class ReforgeSession extends Session implements Runnable {
|
||||
private void succeedReforge() {
|
||||
// Remove any damage done to the item
|
||||
if (ItemHelper.updateDamage(this.itemToReforge, 0)) {
|
||||
BlacksmithPlugin.getInstance().getLogger().log(Level.WARNING, "Unable to update damage for " +
|
||||
this.itemToReforge);
|
||||
BlacksmithPlugin.warn("Unable to update damage for " + this.itemToReforge);
|
||||
}
|
||||
|
||||
//Replace damaged anvils with a normal anvil
|
||||
|
Reference in New Issue
Block a user