mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-24 03:25:15 +01:00
Add missing name in PotionEffect for Wither
This commit is contained in:
parent
a2d551fafa
commit
d73e5ab469
@ -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…
Reference in New Issue
Block a user