geforkt von Mirrors/Paper
Made another change that was missed in translation that might cause chunk issues. This should address one of the chunk issues experienced when teleporting.
By: alron <alron@bloodmagic.com>
Dieser Commit ist enthalten in:
Ursprung
67a1520bb5
Commit
498de23ae2
@ -166,7 +166,7 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
|
||||
newEntity.locZ = location.getZ();
|
||||
newEntity.displayName = entity.displayName;
|
||||
newEntity.compassTarget = entity.compassTarget;
|
||||
newWorld.u.d((int) location.getBlockX() >> 4, (int) location.getBlockZ() >> 4);
|
||||
newWorld.u.c((int) location.getBlockX() >> 4, (int) location.getBlockZ() >> 4);
|
||||
|
||||
teleportSuccess = newEntity.a.teleport(location);
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren