mirror of
https://github.com/PaperMC/Paper.git
synced 2025-05-19 05:30:23 -07:00
Fix CCE in LingeringPotionSplashEvent (#12463)
This commit is contained in:
parent
a820bdaeb9
commit
55f2020926
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user