SPIGOT-3277: Fix Entity.eject()
This commit is contained in:
parent
ccc420a957
commit
c155d8dd32
@ -391,7 +391,7 @@ public abstract class CraftEntity implements org.bukkit.entity.Entity {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
getHandle().leaveVehicle();
|
getHandle().aF(); // PAIL: rename
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user