Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-16 21:10:17 +01:00
Inform the client when a move event is cancelled.
Dieser Commit ist enthalten in:
Ursprung
568731f29c
Commit
7efaa1a02e
@ -141,7 +141,8 @@ public class NetServerHandler extends NetHandler implements ICommandListener {
|
|||||||
|
|
||||||
// If the event is cancelled we move the player back to their old location.
|
// If the event is cancelled we move the player back to their old location.
|
||||||
if (event.isCancelled()) {
|
if (event.isCancelled()) {
|
||||||
to = from;
|
this.player.netServerHandler.sendPacket(new Packet13PlayerLookMove(from.getX(), from.getY() + 1.6200000047683716D, from.getY(), from.getZ(), from.getYaw(), from.getPitch(), false));
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If a Plugin has changed the To destination then we teleport the Player
|
/* If a Plugin has changed the To destination then we teleport the Player
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren