@@ -282,7 +282,7 @@
|
||||
+ }
|
||||
+ // CraftBukkit end
|
||||
+
|
||||
this.minecraftServer.getPlayerList().d(this.player);
|
||||
this.minecraftServer.getPlayerList().updateChunks(this.player);
|
||||
this.player.checkMovement(this.player.locX - d0, this.player.locY - d1, this.player.locZ - d2);
|
||||
this.D = d11 >= -0.03125D && !this.minecraftServer.getAllowFlight() && !worldserver.a(entity.getBoundingBox().g(0.0625D).b(0.0D, -0.55D, 0.0D));
|
||||
@@ -243,7 +437,7 @@
|
||||
@@ -298,7 +298,7 @@
|
||||
}
|
||||
|
||||
this.teleportPos = null;
|
||||
+ this.minecraftServer.getPlayerList().d(this.player); // CraftBukkit
|
||||
+ this.minecraftServer.getPlayerList().updateChunks(this.player); // CraftBukkit
|
||||
}
|
||||
|
||||
}
|
||||
@@ -376,7 +376,7 @@
|
||||
this.A = this.e;
|
||||
if (this.player.isPassenger()) {
|
||||
this.player.setLocation(this.player.locX, this.player.locY, this.player.locZ, packetplayinflying.a(this.player.yaw), packetplayinflying.b(this.player.pitch));
|
||||
this.minecraftServer.getPlayerList().d(this.player);
|
||||
this.minecraftServer.getPlayerList().updateChunks(this.player);
|
||||
+ this.allowedPlayerTicks = 20; // CraftBukkit
|
||||
} else {
|
||||
+ // CraftBukkit - Make sure the move is valid but then reset it for plugins to modify
|
||||
|
||||
Reference in New Issue
Block a user