26012602260326042605260626072608260926102611
private void broadcastMove() { if(isAirShip()) { broadcastPacket(new ExMoveToLocationAirShip((L2AirShip) this, getLoc(), getDestination())); } else if(isShip()) { broadcastPacket(new VehicleDeparture((L2Ship) this)); }