Fix CCE in LingeringPotionSplashEvent (#12463)
This commit is contained in:
@ -38,7 +38,7 @@ public class LingeringPotionSplashEvent extends ProjectileHitEvent implements Ca
|
|||||||
@NotNull
|
@NotNull
|
||||||
@Override
|
@Override
|
||||||
public ThrownPotion getEntity() {
|
public ThrownPotion getEntity() {
|
||||||
return (ThrownPotion) this.entity;
|
return (ThrownPotion) super.getEntity();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user