Added logging and inventory rollback support for throwing snowballs and lingering potions

This commit is contained in:
Intelli 2022-02-25 19:23:53 -07:00
parent f5d13f8818
commit 42c6deff8a
3 changed files with 5 additions and 2 deletions

View file

@ -813,6 +813,8 @@ public class Util extends Queue {
return Material.FIREWORK_ROCKET;
case EGG:
return Material.EGG;
case SNOWBALL:
return Material.SNOWBALL;
default:
return BukkitAdapter.ADAPTER.getFrameType(type);
}