Hello, I don't know when but recently a change was made and inverted the entities returned in the method of the event EntutyMountEvent. (org.spigotmc.event.entity.EntityMountEvent)
Normally when a PLAYER mounts on a PIG
getEntity() return the PLAYER
getMount() return the PIG
but currently its
getEntity() return the PIG
getMount() return the PLAYER
Is possible to fix that please so we can keep the consistency between all versions.
Thank you in advance.