activeChar.broadcastPacketToOthers(new ExFlyMoveBroadcast(activeChar, 2, destLoc));
activeChar.setLoc(destLoc);
JumpTrack track = activeChar.getCurrentJumpTrack();
if (track == null)
{
activeChar.onJumpingBreak();
return;
}
JumpWay nextWay = track.getWay(_nextWayId);
if (nextWay == null)
{