mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-18 15:20:37 +01:00
#1097: CraftThrownPotion now extends CraftThrowableProjectile
By: Martoph <sager1018@gmail.com>
This commit is contained in:
parent
75dd67a23b
commit
1169e7473c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import org.bukkit.entity.ThrownPotion;
|
|||
import org.bukkit.inventory.ItemStack;
|
||||
import org.bukkit.potion.PotionEffect;
|
||||
|
||||
public class CraftThrownPotion extends CraftProjectile implements ThrownPotion {
|
||||
public class CraftThrownPotion extends CraftThrowableProjectile implements ThrownPotion {
|
||||
public CraftThrownPotion(CraftServer server, EntityPotion entity) {
|
||||
super(server, entity);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue