#1097: CraftThrownPotion now extends CraftThrowableProjectile
This commit is contained in:
parent
419010b130
commit
cdef8fc72f
@ -15,7 +15,7 @@ import org.bukkit.entity.ThrownPotion;
|
|||||||
import org.bukkit.inventory.ItemStack;
|
import org.bukkit.inventory.ItemStack;
|
||||||
import org.bukkit.potion.PotionEffect;
|
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) {
|
public CraftThrownPotion(CraftServer server, EntityPotion entity) {
|
||||||
super(server, entity);
|
super(server, entity);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user