mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Add missing name in PotionEffect for Wither
By: feildmaster <admin@feildmaster.com>
This commit is contained in:
parent
0fcaa1ab6b
commit
adb1c46137
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ public class CraftPotionEffectType extends PotionEffectType {
|
|||
return "WEAKNESS";
|
||||
case 19:
|
||||
return "POISON";
|
||||
case 20:
|
||||
return "WITHER";
|
||||
default:
|
||||
return "UNKNOWN_EFFECT_TYPE_" + handle.id;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue