3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-18 12:30:06 +01:00

SPIGOT-5204: Typo in deprecated enchantment name

Dieser Commit ist enthalten in:
md_5 2019-07-24 09:30:28 +10:00
Ursprung 7f33c6a2f5
Commit 860b354014

Datei anzeigen

@ -148,7 +148,7 @@ public class CraftEnchantment extends Enchantment {
case 31: case 31:
return "CHANNELING"; return "CHANNELING";
case 32: case 32:
return "MULTSHOT"; return "MULTISHOT";
case 33: case 33:
return "QUICK_CHARGE"; return "QUICK_CHARGE";
case 34: case 34: