mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-20 14:08:57 +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) {
|
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;
|
this.e = 39;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue