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:
Ursprung
42391009f7
Commit
4efd06a6b5
@ -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;
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren