Fixed backwards compatibility with older server software/versions

This commit is contained in:
Intelli 2022-02-25 19:16:06 -07:00
parent 659fe649ed
commit f5d13f8818
8 changed files with 96 additions and 10 deletions

View file

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