mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 19:25:49 -07:00
Spiral teleporting! Wheeeee!
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user