mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:06:01 +01:00
SPIGOT-5204: Typo in deprecated enchantment name
By: md_5 <git@md-5.net>
This commit is contained in:
parent
d93875e342
commit
c31f9f7b90
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ public class CraftEnchantment extends Enchantment {
|
|||
case 31:
|
||||
return "CHANNELING";
|
||||
case 32:
|
||||
return "MULTSHOT";
|
||||
return "MULTISHOT";
|
||||
case 33:
|
||||
return "QUICK_CHARGE";
|
||||
case 34:
|
||||
|
|
Loading…
Add table
Reference in a new issue