mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-25 01:31:29 +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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
getHandle().leaveVehicle();
|
getHandle().aF(); // PAIL: rename
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user