another network fix
This commit is contained in:
parent
1495460e2b
commit
286a2b6869
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,6 @@ public class MusePacketPlayerUpdate extends MusePacket {
|
|||
player.motionX = inputMap.motionX;
|
||||
player.motionY = inputMap.motionY;
|
||||
player.motionZ = inputMap.motionZ;
|
||||
PacketDispatcher.sendPacketToAllPlayers(updatePacket.getPacket250());
|
||||
PacketDispatcher.sendPacketToAllAround(player.posX, player.posY, player.posZ, 128, player.dimension, updatePacket.getPacket250());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue