mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 02:35:49 +01:00
Remove Anvil debug. Fixes BUKKIT-2732
This commit is contained in:
parent
42391009f7
commit
4efd06a6b5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue