mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 17:57:34 +01:00
SPIGOT-3277: Fix Entity.eject()
By: BlackHole <black-hole@live.com>
This commit is contained in:
parent
d6fc1359a2
commit
f69eb04edc
@ -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 New Issue
Block a user