mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-12-18 23:07:34 +01:00
Fix for newest Spigot releases.
This commit is contained in:
parent
c6cb1d9d62
commit
a9ba47d3c1
@ -206,7 +206,7 @@ public class EntityNMSArmorStand extends EntityArmorStand implements NMSArmorSta
|
||||
@Override
|
||||
public void setPassengerNMS(NMSEntityBase passenger) {
|
||||
if (passenger instanceof Entity) {
|
||||
((Entity) passenger).setPassengerOf(this);
|
||||
((Entity) passenger).mount(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user