resonance freqency of a cow

This commit is contained in:
ZeroEpoch1969
2019-07-17 12:35:36 -07:00
parent 4a91c8129b
commit c7e0a7a288
18 changed files with 98 additions and 42 deletions

View File

@ -59,7 +59,7 @@ public class PotionBlocker extends FreedomService
@EventHandler(priority = EventPriority.LOW, ignoreCancelled = true)
public void onThrowLingeringPotion(LingeringPotionSplashEvent event)
{
LingeringPotion potion = event.getEntity();
ThrownPotion potion = event.getEntity();
ProjectileSource projectileSource = potion.getShooter();
Player player = null;
if (projectileSource instanceof Player)