3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-19 21:10:10 +01:00

Remove Anvil debug. Fixes BUKKIT-2732

Dieser Commit ist enthalten in:
EvilSeph 2012-10-30 19:11:01 -04:00
Ursprung 42391009f7
Commit 4efd06a6b5

Datei anzeigen

@ -246,7 +246,7 @@ public class ContainerAnvil extends Container {
}
if (j == i && j > 0 && this.e >= 40) {
System.out.println("Naming an item only, cost too high; giving discount to cap cost to 39 levels");
//System.out.println("Naming an item only, cost too high; giving discount to cap cost to 39 levels"); // CraftBukkit -remove debug
this.e = 39;
}