Fixed backwards compatibility with older server software/versions
This commit is contained in:
parent
659fe649ed
commit
f5d13f8818
8 changed files with 96 additions and 10 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue