L1nkZ / rpatchur

A customizable, cross-platform patcher for Ragnarok Online clients.
https://l1nkz.github.io/rpatchur/
Apache License 2.0
50 stars 34 forks source link

Open URL from patcher #30

Closed javirst closed 3 years ago

javirst commented 3 years ago

Add support for #29 I have only started to learn rust 3 days ago, Inputs are welcome.

L1nkZ commented 3 years ago

Hi,

Thanks for the PR! I took the liberty of reorganizing things a little, other than that it's fine by me.

I changed a couple of things:

external.invoke(JSON.stringify({
  function: 'open_url',
  parameters: {
    url: 'https://ratemyserver.net'
  }
}))