#1097: CraftThrownPotion now extends CraftThrowableProjectile

This commit is contained in:
Martoph 2022-08-17 19:51:58 +10:00 committed by md_5
parent 419010b130
commit cdef8fc72f
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -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);
}