mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 04:33:56 -07:00
@@ -142,8 +142,6 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
|
|||||||
newEntity.l();
|
newEntity.l();
|
||||||
|
|
||||||
entity.a.e = newEntity;
|
entity.a.e = newEntity;
|
||||||
newEntity.inventory = entity.inventory;
|
|
||||||
newEntity.inventory.e = newEntity;
|
|
||||||
entity = newEntity;
|
entity = newEntity;
|
||||||
} else {
|
} else {
|
||||||
entity.a.a(location.getX(), location.getY(), location.getZ(), location.getYaw(), location.getPitch());
|
entity.a.a(location.getX(), location.getY(), location.getZ(), location.getYaw(), location.getPitch());
|
||||||
|
Reference in New Issue
Block a user