another network fix

This commit is contained in:
MachineMuse 2013-04-13 21:03:40 -06:00
parent 1495460e2b
commit 286a2b6869

View file

@ -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());
}
}