mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-05 18:27:17 +01:00
SPIGOT-3277: Fix Entity.eject()
This commit is contained in:
parent
ccc420a957
commit
c155d8dd32
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ public abstract class CraftEntity implements org.bukkit.entity.Entity {
|
|||
return false;
|
||||
}
|
||||
|
||||
getHandle().leaveVehicle();
|
||||
getHandle().aF(); // PAIL: rename
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue