This commit is contained in:
Dinnerbone
2011-02-06 14:25:19 +00:00
parent dcabbda57c
commit 4e6f4e3031
2 changed files with 3 additions and 2 deletions

View File

@@ -142,8 +142,6 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
newEntity.l();
entity.a.e = newEntity;
newEntity.inventory = entity.inventory;
newEntity.inventory.e = newEntity;
entity = newEntity;
} else {
entity.a.a(location.getX(), location.getY(), location.getZ(), location.getYaw(), location.getPitch());