Spiral teleporting! Wheeeee!

This commit is contained in:
Dinnerbone 2011-02-28 13:21:50 +00:00
parent 76d8016b32
commit 38c2103ff4

View File

@ -170,7 +170,9 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
entity.a.e = newEntity;
entity = newEntity;
} else {
oldWorld.manager.b(entity);
entity.a.a(location.getX(), location.getY(), location.getZ(), location.getYaw(), location.getPitch());
newWorld.manager.a(entity);
}
}